Skip to content

Commit

Permalink
Merge pull request #76 from Sudha247/ci-alpha0
Browse files Browse the repository at this point in the history
Run `5.0.0~alpha0` in the CI
  • Loading branch information
Sudha247 authored Jun 28, 2022
2 parents a2ca008 + 93c6f47 commit 15f04f3
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
- ubuntu-latest
- macos-latest
ocaml-compiler:
- 5.0.0+trunk
- ocaml-base-compiler.5.0.0~alpha0
- ocaml-variants.5.1.0+trunk

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

Expand All @@ -33,15 +34,13 @@ jobs:
- name: Use OCaml ${{ matrix.ocaml-compiler }}
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: ocaml-variants.${{ matrix.ocaml-compiler }}
ocaml-compiler: ${{ matrix.ocaml-compiler }}
opam-repositories: |
default: https://github.com/ocaml/opam-repository.git
ocaml-beta-repository: https://github.com/ocaml/ocaml-beta-repository.git
alpha: git+https://github.com/kit-ty-kate/opam-alpha-repository
cache-prefix: ${{ steps.multicore_hash.outputs.commit }}
opam-depext: false

- run: opam repo add alpha git+https://github.com/kit-ty-kate/opam-alpha-repository

- run: opam install . --deps-only --with-test

- run: opam exec -- make all
Expand Down

0 comments on commit 15f04f3

Please sign in to comment.