Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
stdpp
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
Model registry
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
Iris
stdpp
Commits
216ea31c
Commit
216ea31c
authored
1 year ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
make sure we test the newest and oldest supported Coq for MRs
parent
b544455f
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#89119
passed
1 year ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+11
-1
11 additions, 1 deletion
.gitlab-ci.yml
with
11 additions
and
1 deletion
.gitlab-ci.yml
+
11
−
1
View file @
216ea31c
...
...
@@ -44,6 +44,7 @@ variables:
## Build jobs
# The newest version runs with timing.
build-coq.8.18.0
:
<<
:
*template
variables
:
...
...
@@ -57,9 +58,17 @@ build-coq.8.18.0:
-
fp-timing
interruptible
:
false
# The newest version also runs in MRs, without timing.
build-coq.8.18.0-mr
:
<<
:
*template
<<
:
*only_mr
variables
:
OPAM_PINS
:
"
coq
version
8.18.0"
MANGLE_NAMES
:
"
1"
DENY_WARNINGS
:
"
1"
build-coq.8.17.0
:
<<
:
*template
<<
:
*branches_and_mr
variables
:
OPAM_PINS
:
"
coq
version
8.17.0"
DENY_WARNINGS
:
"
1"
...
...
@@ -71,6 +80,7 @@ build-coq.8.16.1:
OPAM_PINS
:
"
coq
version
8.16.1"
DENY_WARNINGS
:
"
1"
# The oldest version runs in MRs, without name mangling.
build-coq.8.15.2
:
<<
:
*template
<<
:
*branches_and_mr
...
...
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