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

test 8.10 beta branch

parent ffcca4f0
No related branches found
No related tags found
No related merge requests found
Pipeline #16724 passed
...@@ -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,5 +11,5 @@ build: [make "-j%{jobs}%"] ...@@ -11,5 +11,5 @@ build: [make "-j%{jobs}%"]
install: [make "install"] install: [make "install"]
remove: ["rm" "-rf" "%{lib}%/coq/user-contrib/stdpp"] remove: ["rm" "-rf" "%{lib}%/coq/user-contrib/stdpp"]
depends: [ depends: [
"coq" { (>= "8.7" & < "8.10~") | (= "dev") } "coq" { (>= "8.7" & < "8.11~") | (= "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