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

test against Coq 8.10 beta

parent f1e3d5f2
Branches
Tags
No related merge requests found
...@@ -34,6 +34,12 @@ build-coq.dev: ...@@ -34,6 +34,12 @@ build-coq.dev:
OPAM_PINS: "coq version dev" OPAM_PINS: "coq version dev"
CI_COQCHK: "1" CI_COQCHK: "1"
build-coq.8.10.dev:
<<: *template
variables:
OCAML: "ocaml-base-compiler.4.07.0"
OPAM_PINS: "coq version 8.10.dev"
build-coq.8.9.0: build-coq.8.9.0:
<<: *template <<: *template
variables: variables:
......
...@@ -11,6 +11,6 @@ build: [make "-j%{jobs}%"] ...@@ -11,6 +11,6 @@ build: [make "-j%{jobs}%"]
install: [make "install"] install: [make "install"]
remove: ["rm" "-rf" "%{lib}%/coq/user-contrib/iris"] remove: ["rm" "-rf" "%{lib}%/coq/user-contrib/iris"]
depends: [ depends: [
"coq" { (>= "8.7.1" & < "8.10~") | (= "dev") } "coq" { (>= "8.7.1" & < "8.11~") | (= "dev") }
"coq-stdpp" { (= "dev.2019-05-12.0.ffcca4f0") | (= "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.
Please register or to comment