Skip to content

Add compatibility with Coq 8.17 and 8.18 #378

Add compatibility with Coq 8.17 and 8.18

Add compatibility with Coq 8.17 and 8.18 #378

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- "**"
jobs:
build:
strategy:
fail-fast: false
matrix:
# We use various combinations to cover a range of OCaml and Coq versions
os:
- 8.13-ocaml-4.13-flambda
- 8.14-ocaml-4.14-flambda
- 8.15-ocaml-4.14-flambda
- 8.16-ocaml-4.12-flambda
- 8.17-ocaml-4.14-flambda
- 8.18-ocaml-4.14-flambda
runs-on: coqorg/coq:${{ matrix.os }}
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
submodules: "true"
- run: opam install ocamlformat.0.18.0
- run: opam exec -- make fmt-check
- run: opam pin add coq-of-ocaml.dev . --no-action
- run: opam depext conf-ruby --yes
- run: opam install coq-of-ocaml --deps-only
- run: opam install coq-of-ocaml --verbose
- run: opam exec -- make coverage
- run: opam exec -- bisect-ppx-report send-to Codecov