mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-06 11:15:35 -05:00
faster CI
This commit is contained in:
parent
0766f15fe2
commit
d40a0070cb
2 changed files with 3 additions and 1 deletions
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
|
@ -30,6 +30,7 @@ jobs:
|
||||||
uses: ocaml/setup-ocaml@v2
|
uses: ocaml/setup-ocaml@v2
|
||||||
with:
|
with:
|
||||||
ocaml-compiler: ${{ matrix.ocaml-compiler }}
|
ocaml-compiler: ${{ matrix.ocaml-compiler }}
|
||||||
|
allow-prerelease-opam: true
|
||||||
opam-local-packages: |
|
opam-local-packages: |
|
||||||
./tiny_httpd.opam
|
./tiny_httpd.opam
|
||||||
./tiny_httpd_camlzip.opam
|
./tiny_httpd_camlzip.opam
|
||||||
|
|
|
||||||
3
.github/workflows/main5.yml
vendored
3
.github/workflows/main5.yml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
||||||
#- macos-latest
|
#- macos-latest
|
||||||
#- windows-latest
|
#- windows-latest
|
||||||
ocaml-compiler:
|
ocaml-compiler:
|
||||||
- 5.0.x
|
- 5.1.x
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
|
|
@ -30,6 +30,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
ocaml-compiler: ${{ matrix.ocaml-compiler }}
|
ocaml-compiler: ${{ matrix.ocaml-compiler }}
|
||||||
opam-depext-flags: --with-test
|
opam-depext-flags: --with-test
|
||||||
|
allow-prerelease-opam: true
|
||||||
|
|
||||||
- run: opam install . --deps-only --with-test
|
- run: opam install . --deps-only --with-test
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue