Skip to content

Commit

Permalink
Also run Windows CI on 5.1.1 and use correct mingw sunset repository
Browse files Browse the repository at this point in the history
  • Loading branch information
polytypic committed Dec 23, 2023
1 parent f8d1155 commit 256b202
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,28 @@ on:

jobs:
build-windows:
strategy:
matrix:
ocaml-compiler:
- ocaml.5.0.0,ocaml-option-mingw
- ocaml.5.1.1,ocaml-option-mingw

runs-on: windows-latest

env:
QCHECK_MSG_INTERVAL: '60'

steps:
- name: Checkout code
- name: Check out code
uses: actions/checkout@v3

- name: Set-up OCaml
- name: Set up OCaml
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: ocaml.5.0.0,ocaml-option-mingw
ocaml-compiler: ${{ matrix.ocaml-compiler }}
opam-repositories: |
dra27: https://github.com/dra27/opam-repository.git#windows-5.0
default: https://github.com/fdopen/opam-repository-mingw.git#opam2
default: https://github.com/ocaml-opam/opam-repository-mingw.git#sunset
standard: https://github.com/ocaml/opam-repository.git
- name: Install dependencies
Expand Down

0 comments on commit 256b202

Please sign in to comment.