Skip to content
Snippets Groups Projects
Commit 826b90c5 authored by Ralf Jung's avatar Ralf Jung
Browse files

switch CI to Coq 8.6

parent 0dab3378
No related branches found
No related tags found
No related merge requests found
Pipeline #
image: ralfjung/opam-ci:latest image: ralfjung/opam-ci:latest
lrust-coq8.5.3: lrust-coq8.6:
script: script:
# prepare # prepare
- . build/opam-ci.sh 'coq 8.5.3' 'coq-mathcomp-ssreflect 1.6.1' - . build/opam-ci.sh 'coq 8.6' 'coq-mathcomp-ssreflect 1.6.1'
# build # build
- 'time make -j8' - 'time make -j8'
cache: cache:
key: "coq8.5.3-2" key: "coq8.6"
paths: paths:
- opamroot/ - opamroot/
only: only:
......
...@@ -6,7 +6,7 @@ This is the Coq formalization of lambda-Rust. ...@@ -6,7 +6,7 @@ This is the Coq formalization of lambda-Rust.
This version is known to compile with: This version is known to compile with:
- Coq 8.5pl3 - Coq 8.6
- Ssreflect 1.6.1 - Ssreflect 1.6.1
- A development version of [Iris](https://gitlab.mpi-sws.org/FP/iris-coq/) - A development version of [Iris](https://gitlab.mpi-sws.org/FP/iris-coq/)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment