Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Lennard Gäher
Iris
Commits
be509a69
Commit
be509a69
authored
Feb 19, 2020
by
Ralf Jung
Browse files
also build nightly against known-to-work Coq version
parent
8f75516d
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
be509a69
...
...
@@ -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"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment