mirror of
https://github.com/c-cube/nanoev.git
synced 2025-12-06 03:05:32 -05:00
CI
This commit is contained in:
parent
9e9d48b5d8
commit
6ee48fb21a
1 changed files with 6 additions and 3 deletions
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
|
|
@ -29,11 +29,14 @@ jobs:
|
|||
dune-cache: true
|
||||
allow-prerelease-opam: true
|
||||
|
||||
- run: opam pin picos 0.6.0 -y -n
|
||||
- run: opam install picos
|
||||
|
||||
- run: opam exec -- dune build @install
|
||||
|
||||
# install some depopts
|
||||
- run: opam pin picos 0.6.0 -y -n
|
||||
- run: opam install -t moonpool trace picos
|
||||
# install some depopts and test deps
|
||||
- run: opam install -t --deps-only .
|
||||
- run: opam install -t trace
|
||||
|
||||
- run: opam exec -- dune build --profile=release --force @install @runtest
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue