Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hhugo committed Sep 27, 2023
1 parent d45e7e4 commit f4d1939
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ jobs:
skip-effects: false
skip-test: false
skip-doc: true
- os: ubuntu-latest
ocaml-compiler: ocaml-variants.5.2.0+trunk
skip-effects: false
skip-test: false
skip-doc: true

runs-on: ${{ matrix.os }}

Expand Down Expand Up @@ -102,6 +107,14 @@ jobs:
opam-depext: ${{ !matrix.skip-test }}
opam-depext-flags: --with-test

- run: opam pin add ppxlib git+https://github.com/panglesd/ppxlib.git#trunk-support-502 --no-action
if: ${{ matrix.ocaml-compiler == 'ocaml-variants.5.2.0+trunk' }}

- run: opam pin add ocaml-compiler-libs git+https://github.com/art-w/ocaml-compiler-libs.git#ocaml-5.2-trunk --no-action
if: ${{ matrix.ocaml-compiler == 'ocaml-variants.5.2.0+trunk' }}

- run: opam pin add ./ --no-action

- run: opam install . --best-effort
if: ${{ matrix.skip-test }}

Expand Down

0 comments on commit f4d1939

Please sign in to comment.