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

also build nightly against known-to-work Coq version

parent 8f75516d
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,19 @@ build-coq.8.8.2:
variables:
OPAM_PINS: "coq version 8.8.2"
build-stdpp.dev:
# Nightly job with a known-to-work Coq version
build-stdpp.dev-coq.8.11.0:
<<: *template
variables:
OPAM_PINS: "coq version 8.11.0 coq-stdpp.dev git git+https://gitlab.mpi-sws.org/iris/stdpp.git#$STDPP_REV"
except:
only:
- triggers
- schedules
- api
# Nightly job with Coq master
build-stdpp.dev-coq.dev:
<<: *template
variables:
OPAM_PINS: "coq version dev coq-stdpp.dev git git+https://gitlab.mpi-sws.org/iris/stdpp.git#$STDPP_REV"
......
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