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
Merge requests
!538
test on Coq 8.19
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
test on Coq 8.19
ralf/coq-8.19
into
master
Overview
0
Commits
1
Pipelines
2
Changes
3
Merged
Ralf Jung
requested to merge
ralf/coq-8.19
into
master
1 year ago
Overview
0
Commits
1
Pipelines
2
Changes
3
Expand
0
0
Merge request reports
Viewing commit
5e673645
Show latest version
3 files
+
13
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
5e673645
test on Coq 8.19
· 5e673645
Ralf Jung
authored
1 year ago
.gitlab-ci.yml
+
10
−
3
Options
@@ -45,10 +45,10 @@ variables:
## Build jobs
# The newest version runs with timing.
build-coq.8.1
8
.0
:
build-coq.8.1
9
.0
:
<<
:
*template
variables
:
OPAM_PINS
:
"
coq
version
8.1
8
.0"
OPAM_PINS
:
"
coq
version
8.1
9
.0"
DENY_WARNINGS
:
"
1"
MANGLE_NAMES
:
"
1"
CI_COQCHK
:
"
1"
@@ -59,9 +59,16 @@ build-coq.8.18.0:
interruptible
:
false
# The newest version also runs in MRs, without timing.
build-coq.8.1
8
.0-mr
:
build-coq.8.1
9
.0-mr
:
<<
:
*template
<<
:
*only_mr
variables
:
OPAM_PINS
:
"
coq
version
8.19.0"
DENY_WARNINGS
:
"
1"
MANGLE_NAMES
:
"
1"
build-coq.8.18.0
:
<<
:
*template
variables
:
OPAM_PINS
:
"
coq
version
8.18.0"
DENY_WARNINGS
:
"
1"
Loading