mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-06 03:05:30 -05:00
chore: CI
This commit is contained in:
parent
d16ae869a2
commit
dc4e5cf40c
2 changed files with 3 additions and 3 deletions
2
.github/workflows/gh-pages.yml
vendored
2
.github/workflows/gh-pages.yml
vendored
|
|
@ -22,7 +22,7 @@ jobs:
|
||||||
# temporary until it's in a release
|
# temporary until it's in a release
|
||||||
- run: opam pin https://github.com/ocaml-multicore/picos.git -y -n
|
- run: opam pin https://github.com/ocaml-multicore/picos.git -y -n
|
||||||
|
|
||||||
- run: opam install odig moonpool moonpool-lwt
|
- run: opam install odig moonpool moonpool-lwt moonpool-io
|
||||||
|
|
||||||
- run: opam exec -- odig odoc --cache-dir=_doc/ moonpool moonpool-lwt
|
- run: opam exec -- odig odoc --cache-dir=_doc/ moonpool moonpool-lwt
|
||||||
|
|
||||||
|
|
|
||||||
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -32,7 +32,7 @@ jobs:
|
||||||
# temporary until it's in a release
|
# temporary until it's in a release
|
||||||
- run: opam pin https://github.com/ocaml-multicore/picos.git -y -n
|
- run: opam pin https://github.com/ocaml-multicore/picos.git -y -n
|
||||||
|
|
||||||
- run: opam install -t moonpool moonpool-lwt --deps-only
|
- run: opam install -t moonpool moonpool-lwt moonpool-io --deps-only
|
||||||
if: matrix.ocaml-compiler == '5.2'
|
if: matrix.ocaml-compiler == '5.2'
|
||||||
- run: opam install -t moonpool --deps-only
|
- run: opam install -t moonpool --deps-only
|
||||||
if: matrix.ocaml-compiler != '5.2'
|
if: matrix.ocaml-compiler != '5.2'
|
||||||
|
|
@ -68,7 +68,7 @@ jobs:
|
||||||
# temporary until it's in a release
|
# temporary until it's in a release
|
||||||
- run: opam pin https://github.com/ocaml-multicore/picos.git -y -n
|
- run: opam pin https://github.com/ocaml-multicore/picos.git -y -n
|
||||||
|
|
||||||
- run: opam install -t moonpool moonpool-lwt --deps-only
|
- run: opam install -t moonpool moonpool-lwt moonpool-io --deps-only
|
||||||
- run: opam exec -- dune build @install
|
- run: opam exec -- dune build @install
|
||||||
# install some depopts
|
# install some depopts
|
||||||
- run: opam install thread-local-storage trace domain-local-await
|
- run: opam install thread-local-storage trace domain-local-await
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue