Skip to content

Mingw unify

Mingw unify #89

Workflow file for this run

name: opam wix
on:
pull_request:
push:
jobs:
build:
strategy:
fail-fast: true
matrix:
os:
- windows-latest
ocaml-compiler:
- 4.14.x
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Use OCaml ${{ matrix.ocaml-compiler }}
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
- run: opam install . --deps-only
- run: opam exec -- make build
- run: opam config report
- run: opam install .
- run: opam wix --help