Skip to content

Commit

Permalink
Merge pull request #135 from hannesm/fix-ci
Browse files Browse the repository at this point in the history
windows CI: do not compile & test tar-eio
  • Loading branch information
reynir authored Jan 3, 2024
2 parents a1cbf1e + 4322dd0 commit 3953bc1
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,14 @@ jobs:
opam-repositories: |
opam-repository-mingw: https://github.com/ocaml-opam/opam-repository-mingw.git#sunset
default: https://github.com/ocaml/opam-repository.git
opam-local-packages: |
*.opam
!tar-eio.opam
- run: |
opam depext conf-pkg-config
opam install . --deps-only --with-test
opam install --deps-only --with-test tar tar-unix tar-mirage
- run: opam exec -- dune build
- run: opam exec -- dune build -p tar,tar-unix,tar-mirage

- run: opam exec -- dune runtest
- run: opam exec -- dune runtest -p tar,tar-unix,tar-mirage

0 comments on commit 3953bc1

Please sign in to comment.