Skip to content

Merge branch 'effect-syntax' #155

Merge branch 'effect-syntax'

Merge branch 'effect-syntax' #155

Workflow file for this run

name: main
on:
pull_request:
push:
schedule:
# Prime the caches every Monday
- cron: 0 1 * * MON
jobs:
build:
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
ocaml-compiler:
- ocaml-variants.5.3.0+trunk
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Use OCaml ${{ matrix.ocaml-compiler }}
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
opam-repositories: |
default: https://github.com/ocaml/opam-repository.git
opam-depext: false
# remove this once there is a new release of multicont
- run: opam pin add multicont -y --dev
- run: opam install . --deps-only --with-test
- run: opam exec -- dune build