Skip to content

Commit f4d1939

Browse files
committed
CI
1 parent d45e7e4 commit f4d1939

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/build.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ jobs:
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

@@ -102,6 +107,14 @@ jobs:
102107
opam-depext: ${{ !matrix.skip-test }}
103108
opam-depext-flags: --with-test
104109

110+
- run: opam pin add ppxlib git+https://github.com/panglesd/ppxlib.git#trunk-support-502 --no-action
111+
if: ${{ matrix.ocaml-compiler == 'ocaml-variants.5.2.0+trunk' }}
112+
113+
- run: opam pin add ocaml-compiler-libs git+https://github.com/art-w/ocaml-compiler-libs.git#ocaml-5.2-trunk --no-action
114+
if: ${{ matrix.ocaml-compiler == 'ocaml-variants.5.2.0+trunk' }}
115+
116+
- run: opam pin add ./ --no-action
117+
105118
- run: opam install . --best-effort
106119
if: ${{ matrix.skip-test }}
107120

0 commit comments

Comments
 (0)