mirror of
https://github.com/c-cube/linol.git
synced 2025-12-07 03:35:41 -05:00
chore: limit CI build on 4.x
This commit is contained in:
parent
a947d255bf
commit
a1bb9d02f9
1 changed files with 4 additions and 1 deletions
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
|
|
@ -28,5 +28,8 @@ jobs:
|
|||
- run: opam depext -yt linol linol-lwt
|
||||
- run: opam install -t . --deps-only
|
||||
- run: opam exec -- dune build
|
||||
if: ${{ matrix.ocaml-compiler == '5.1.x' }}
|
||||
- run: opam exec -- dune build -p linol,linol-lwt
|
||||
if: ${{ matrix.ocaml-compiler == '4.14.x' }}
|
||||
- run: opam exec -- dune runtest
|
||||
if: ${{ matrix.os == 'ubuntu-latest'}}
|
||||
if: ${{ matrix.os == 'ubuntu-latest' && matrix.ocaml-compiler == '5.1.x' }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue