Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only test Windows and OCaml 4.08 on Ubuntu with setup-ocaml
Browse files Browse the repository at this point in the history
Other systems are covered by ocaml-ci.
MisterDA committed Jun 5, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent c62a108 commit b46e79f
Showing 1 changed file with 3 additions and 46 deletions.
49 changes: 3 additions & 46 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -13,62 +13,19 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-latest
- windows-latest
packages: [ '.' ]
runtest:
- true
ocaml-compiler:
- 4.14.x
- 5.0.x
- 5.2.x
include:
- os: macos-latest
ocaml-compiler: 4.14.x
packages: '.'
runtest: true

- os: windows-latest
ocaml-compiler: 4.14.x
packages: 'alcotest alcotest-js alcotest-lwt alcotest-mirage'
opam-local-packages: 'alcotest.opam alcotest-js.opam alcotest-lwt.opam alcotest-mirage.opam'
runtest: false

- os: ubuntu-latest
ocaml-compiler: 4.08.x
packages: 'alcotest alcotest-js alcotest-lwt alcotest-mirage'
opam-local-packages: 'alcotest.opam alcotest-js.opam alcotest-lwt.opam alcotest-mirage.opam'
runtest: false

- os: ubuntu-latest
ocaml-compiler: 4.09.x
packages: 'alcotest alcotest-js alcotest-lwt alcotest-mirage'
opam-local-packages: 'alcotest.opam alcotest-js.opam alcotest-lwt.opam alcotest-mirage.opam'
runtest: false

- os: ubuntu-latest
ocaml-compiler: 4.10.x
packages: 'alcotest alcotest-js alcotest-lwt alcotest-mirage'
opam-local-packages: 'alcotest.opam alcotest-js.opam alcotest-lwt.opam alcotest-mirage.opam'
runtest: false

- os: ubuntu-latest
ocaml-compiler: 4.11.x
packages: 'alcotest alcotest-js alcotest-lwt alcotest-mirage'
opam-local-packages: 'alcotest.opam alcotest-js.opam alcotest-lwt.opam alcotest-mirage.opam'
runtest: false

- os: ubuntu-latest
ocaml-compiler: 4.12.x
packages: 'alcotest alcotest-js alcotest-lwt alcotest-mirage'
opam-local-packages: 'alcotest.opam alcotest-js.opam alcotest-lwt.opam alcotest-mirage.opam'
runtest: false

- os: ubuntu-latest
ocaml-compiler: 4.13.x
packages: 'alcotest alcotest-js alcotest-lwt alcotest-mirage'
opam-local-packages: 'alcotest.opam alcotest-js.opam alcotest-lwt.opam alcotest-mirage.opam'
runtest: false


runtest: true

runs-on: ${{ matrix.os }}

0 comments on commit b46e79f

Please sign in to comment.