Skip to content

Commit 7113121

Browse files
committed
CI
1 parent 42f8ed4 commit 7113121

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
allow-prerelease-opam: true
2121

2222
- name: Deps
23-
run: opam install odig tiny_httpd tiny_httpd_camlzip
23+
run: opam install odig tiny_httpd tiny_httpd_camlzip tiny_httpd_eio
2424

2525
- name: Build
26-
run: opam exec -- odig odoc --cache-dir=_doc/ tiny_httpd tiny_httpd_camlzip
26+
run: opam exec -- odig odoc --cache-dir=_doc/ tiny_httpd tiny_httpd_camlzip tiny_httpd_eio
2727

2828
- name: Deploy
2929
uses: peaceiris/actions-gh-pages@v3

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- run: opam install ./tiny_httpd.opam ./tiny_httpd_camlzip.opam --deps-only --with-test
4040

41-
- run: opam exec -- dune build @install -p tiny_httpd,tiny_httpd_camlzip
41+
- run: opam exec -- dune build @install -p tiny_httpd,tiny_httpd_camlzip,tiny_httpd_eio
4242

4343
- run: opam exec -- dune build @src/runtest @examples/runtest @tests/runtest -p tiny_httpd
4444
if: ${{ matrix.os == 'ubuntu-latest' }}
@@ -50,4 +50,4 @@ jobs:
5050

5151
- run: opam install logs magic-mime -y
5252

53-
- run: opam exec -- dune build @install -p tiny_httpd,tiny_httpd_camlzip
53+
- run: opam exec -- dune build @install -p tiny_httpd,tiny_httpd_camlzip,tiny_httpd_eio

0 commit comments

Comments
 (0)