mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-06 11:15:35 -05:00
ci stuff
This commit is contained in:
parent
07d479c305
commit
06ef1fc787
2 changed files with 3 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -14,6 +14,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
ocaml-version: ${{ matrix.ocaml-version }}
|
ocaml-version: ${{ matrix.ocaml-version }}
|
||||||
- run: opam pin -n .
|
- run: opam pin -n .
|
||||||
|
# more recent dune breaks the inline tests… because of warn-error 😱
|
||||||
|
- run: opam pin dune 2.7.1 -y -n
|
||||||
- run: opam depext -yt tiny_httpd tiny_httpd_camlzip
|
- run: opam depext -yt tiny_httpd tiny_httpd_camlzip
|
||||||
- run: opam install -t . --deps-only
|
- run: opam install -t . --deps-only
|
||||||
- run: opam exec -- dune build
|
- run: opam exec -- dune build
|
||||||
|
|
|
||||||
2
src/dune
2
src/dune
|
|
@ -3,6 +3,6 @@
|
||||||
(name tiny_httpd)
|
(name tiny_httpd)
|
||||||
(public_name tiny_httpd)
|
(public_name tiny_httpd)
|
||||||
(libraries threads)
|
(libraries threads)
|
||||||
(inline_tests (backend qtest.lib) (flags :standard -warn-error -a+8))
|
(inline_tests (backend qtest.lib))
|
||||||
(flags :standard -safe-string)
|
(flags :standard -safe-string)
|
||||||
(wrapped false))
|
(wrapped false))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue