Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Iris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Isaac van Bakel
Iris
Commits
2c0b40a4
Commit
2c0b40a4
authored
1 year ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
use the same nightly Coq as everything else
parent
b4aa608c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-16
2 additions, 16 deletions
.gitlab-ci.yml
with
2 additions
and
16 deletions
.gitlab-ci.yml
+
2
−
16
View file @
2c0b40a4
...
...
@@ -78,25 +78,11 @@ build-coq.8.15.2:
OPAM_PINS
:
"
coq
version
8.15.2"
DENY_WARNINGS
:
"
1"
# Nightly job with a known-to-work Coq version
# (so failures must be caused by std++)
trigger-stdpp.dev-coq.8.15.1
:
trigger-stdpp.dev
:
<<
:
*template
variables
:
STDPP_REPO
:
"
iris/stdpp"
OPAM_PINS
:
"
coq
version
8.15.1
git+https://gitlab.mpi-sws.org/$STDPP_REPO#$STDPP_REV"
except
:
only
:
-
triggers
-
schedules
-
api
# Nightly job with latest Coq branch
trigger-stdpp.dev-coq.dev
:
<<
:
*template
variables
:
STDPP_REPO
:
"
iris/stdpp"
OPAM_PINS
:
"
coq
version
dev
git+https://gitlab.mpi-sws.org/$STDPP_REPO#$STDPP_REV"
OPAM_PINS
:
"
coq
version
$NIGHTLY_COQ
git+https://gitlab.mpi-sws.org/$STDPP_REPO#$STDPP_REV"
CI_COQCHK
:
"
1"
except
:
only
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment