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
!556
Fix convention in gitlab config.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix convention in gitlab config.
rodolphe/dune
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Rodolphe Lepigre
requested to merge
rodolphe/dune
into
master
11 months ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
Something I messed up in the dune MR.
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
abf21ce7
1 commit,
11 months ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
1
−
1
Options
@@ -72,7 +72,7 @@ build-coq.8.19.0-dune:
<<
:
*template
<<
:
*branches_and_mr
variables
:
OPAM_PINS
:
"
coq
version
8.19.0
dune
version
3.15.2"
OPAM_PINS
:
"
coq
version
8.19.0
dune
version
3.15.2"
MAKE_TARGET
:
"
dune"
# The oldest version runs in MRs, without name mangling.
Loading