Skip to content

Merge pull request #51 from edwintorok/perf #46

Merge pull request #51 from edwintorok/perf

Merge pull request #51 from edwintorok/perf #46

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
winbuild:
runs-on: windows-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set-up OCaml
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: ocaml.5.0.0,ocaml-option-mingw
opam-local-packages: bechamel.opam
opam-repositories: |
dra27: https://github.com/dra27/opam-repository.git#windows-5.0
opam-repository-mingw: https://github.com/ocaml-opam/opam-repository-mingw.git#sunset
default: https://github.com/ocaml/opam-repository.git
- run: opam pin add . -n
- run: opam install bechamel --with-test -v
winbuild4:
runs-on: windows-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set-up OCaml
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: 4.14.1
opam-local-packages: bechamel.opam
opam-repositories: |
opam-repository-mingw: https://github.com/ocaml-opam/opam-repository-mingw.git#sunset
default: https://github.com/ocaml/opam-repository.git
- run: opam pin add . -n
- run: opam install bechamel --with-test -v