mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-06 03:05:29 -05:00
try to fix CI
This commit is contained in:
parent
fd305b6173
commit
7347f55d14
2 changed files with 4 additions and 3 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
|
@ -10,7 +10,7 @@ on:
|
|||
jobs:
|
||||
build:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
fail-fast: true
|
||||
matrix:
|
||||
os:
|
||||
- macos-latest
|
||||
|
|
@ -36,7 +36,7 @@ jobs:
|
|||
|
||||
- run: opam install . --deps-only --with-test
|
||||
|
||||
- run: opam exec -- dune build @install
|
||||
- run: opam exec -- dune build @install -p tiny_httpd,tiny_httpd_camlzip,curly
|
||||
|
||||
- run: opam exec -- dune runtest
|
||||
- run: opam exec -- dune build @src/runtest @examples/runtest
|
||||
if: ${{ matrix.os == 'ubuntu-latest' }}
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ build: [
|
|||
depends: [
|
||||
"dune" { >= "2.0" }
|
||||
"base-threads"
|
||||
"result"
|
||||
"ocaml" { >= "4.04.0" }
|
||||
"odoc" {with-doc}
|
||||
"qtest" { >= "2.9" & with-test}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue