File tree Expand file tree Collapse file tree 1 file changed +15
-4
lines changed
Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Original file line number Diff line number Diff line change 6161 skip-effects : false
6262 skip-test : false
6363 skip-doc : true
64+ - os : ubuntu-latest
65+ ocaml-compiler : ocaml-variants.5.2.0+trunk
66+ skip-effects : false
67+ skip-test : false
68+ skip-doc : true
6469
6570 runs-on : ${{ matrix.os }}
6671
8388 default: https://github.com/ocaml-opam/opam-repository-mingw.git#sunset
8489 opam: https://github.com/ocaml/opam-repository.git
8590 dune-cache : true
86- opam-depext : ${{ !matrix.skip-test }}
87- opam-depext-flags : --with-test
91+ opam-depext : false
8892
8993 - name : Set-up OCaml ${{ matrix.ocaml-compiler }}
9094 if : runner.os != 'Windows'
9397 ocaml-compiler : ${{ matrix.ocaml-compiler }}
9498 allow-prerelease-opam : true
9599 dune-cache : true
96- opam-depext : ${{ !matrix.skip-test }}
97- opam-depext-flags : --with-test
100+ opam-depext : false
101+
102+ - run : opam pin add ppxlib git+https://github.com/hhugo/ppxlib.git#jsoo-ocaml-52 --no-action
103+ if : ${{ matrix.ocaml-compiler == 'ocaml-variants.5.2.0+trunk' }}
104+
105+ - run : opam pin add ocaml-compiler-libs git+https://github.com/art-w/ocaml-compiler-libs.git#ocaml-5.2-trunk --no-action
106+ if : ${{ matrix.ocaml-compiler == 'ocaml-variants.5.2.0+trunk' }}
107+
108+ - run : opam pin add ./ --no-action
98109
99110 - run : opam install . --best-effort
100111 if : ${{ matrix.skip-test }}
You can’t perform that action at this time.
0 commit comments