Skip to content

Commit

Permalink
CI: move from AppVeyor to GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
aantron committed Nov 6, 2021
1 parent 982a8bf commit 9ddee01
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
# ocamlformat 0.16.0, used in testing, doesn't support OCaml 4.13, and
# we are using a Linux binary of it. So, hold the Mac build back to
# 4.12 for now, and install ocamlformat from opam on Mac.
- os: windows-latest
ocaml: 4.12.1

runs-on: ${{matrix.os}}
steps:
Expand All @@ -69,7 +71,8 @@ jobs:
opam exec -- ocamlformat --version
- run: opam exec -- make build
- run: |
- if: ${{runner.os != 'Windows'}}
run: |
case `opam exec -- ocamlc -version` in
"4.07.1") TEST_ALIAS=@compatible;;
"4.06.1") TEST_ALIAS=@compatible;;
Expand Down

0 comments on commit 9ddee01

Please sign in to comment.