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

test 8.9.1, no longer test 8.7.1, 8.8.0

parent eb3117bd
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,11 @@ build-coq.8.10.dev:
OCAML: "ocaml-base-compiler.4.07.0"
OPAM_PINS: "coq version 8.10.dev"
build-coq.8.9.1:
<<: *template
variables:
OPAM_PINS: "coq version 8.9.1"
build-coq.8.9.0:
<<: *template
variables:
......@@ -55,20 +60,7 @@ build-coq.8.8.2:
variables:
OPAM_PINS: "coq version 8.8.2"
build-coq.8.8.0:
<<: *template
variables:
OPAM_PINS: "coq version 8.8.0"
TIMING_CONF: "coq-8.8.0"
tags:
- fp-timing
build-coq.8.7.2:
<<: *template
variables:
OPAM_PINS: "coq version 8.7.2"
build-coq.8.7.1:
<<: *template
variables:
OPAM_PINS: "coq version 8.7.1"
......@@ -18,7 +18,7 @@ definitions and some derived forms is available in
This version is known to compile with:
- Coq 8.7.1 / 8.7.2 / 8.8.0 / 8.8.2 / 8.9.0
- Coq 8.7.2 / 8.8.2 / 8.9.0 / 8.9.1
- A development version of [std++](https://gitlab.mpi-sws.org/iris/stdpp)
For a version compatible with Coq 8.6, have a look at the
......
......@@ -11,6 +11,6 @@ build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-rf" "%{lib}%/coq/user-contrib/iris"]
depends: [
"coq" { (>= "8.7.1" & < "8.11~") | (= "dev") }
"coq" { (= "8.7.2") | (= "8.8.2") | (>= "8.9" & < "8.11~") | (= "dev") }
"coq-stdpp" { (= "dev.2019-05-15.0.7b7ee122") | (= "dev") }
]
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