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

CI: test Coq 8.11.dev on pushes, and master nightly

parent beb9d445
No related branches found
No related tags found
No related merge requests found
...@@ -27,11 +27,11 @@ variables: ...@@ -27,11 +27,11 @@ variables:
## Build jobs ## Build jobs
build-coq.dev: build-coq.8.11.dev:
<<: *template <<: *template
variables: variables:
OPAM_PINS: "coq version dev" OPAM_PINS: "coq version 8.11.dev"
# CI_COQCHK: "1" CI_COQCHK: "1"
build-coq.8.11.0: build-coq.8.11.0:
<<: *template <<: *template
...@@ -57,3 +57,13 @@ build-coq.8.8.2: ...@@ -57,3 +57,13 @@ build-coq.8.8.2:
<<: *template <<: *template
variables: variables:
OPAM_PINS: "coq version 8.8.2" OPAM_PINS: "coq version 8.8.2"
build-stdpp.dev:
<<: *template
variables:
OPAM_PINS: "coq version dev coq-stdpp.dev git git+https://gitlab.mpi-sws.org/iris/stdpp.git#$STDPP_REV"
except:
only:
- triggers
- schedules
- api
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