Skip to content

Commit

Permalink
Update CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
smimram committed Aug 31, 2023
1 parent c92b720 commit 838e611
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@ jobs:
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: [ubuntu-latest, macos-latest]
ocaml-version: ['4.09.0']
operating-system: [ubuntu-latest]
ocaml-version: ['5.0']
steps:
- uses: actions/checkout@v1
- uses: avsm/setup-ocaml@master
- uses: actions/checkout@v3
- uses: ocaml/setup-ocaml@v2
with:
ocaml-version: ${{ matrix.ocaml-version }}
- run: opam pin add -n .
- run: opam depext -yt frei0r
- run: opam install -t .
- run: opam install . --deps-only --with-test
- run: opam exec -- dune build
- run: opam exec -- dune runtest
- name: Deploy odoc to GitHub Pages
uses: ocaml/setup-ocaml/deploy-doc@v2

0 comments on commit 838e611

Please sign in to comment.