Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iris
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Paolo G. Giarrusso
iris
Commits
9f808c37
Commit
9f808c37
authored
3 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
set up MR pipelines
parent
86f651b4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+21
-4
21 additions, 4 deletions
.gitlab-ci.yml
with
21 additions
and
4 deletions
.gitlab-ci.yml
+
21
−
4
View file @
9f808c37
...
...
@@ -6,7 +6,23 @@ stages:
variables
:
CPU_CORES
:
"
10"
.only_branches
:
&only_branches
only
:
-
/^master/@iris/iris
-
/^ci/@iris/iris
.only_mr
:
&only_mr
only
:
-
merge_requests
.branches_and_mr
:
&branches_and_mr
only
:
-
/^master/@iris/iris
-
/^ci/@iris/iris
-
merge_requests
.template
:
&template
<<
:
*only_branches
stage
:
build
tags
:
-
fp
...
...
@@ -17,9 +33,6 @@ variables:
key
:
"
$CI_JOB_NAME"
paths
:
-
_opam/
only
:
-
/^master/@iris/iris
-
/^ci/@iris/iris
except
:
-
triggers
-
schedules
...
...
@@ -29,8 +42,11 @@ variables:
build-coq.dev
:
<<
:
*template
<<
:
*branches_and_mr
variables
:
OPAM_PINS
:
"
coq
version
dev"
# Pinning a commit to avoid constant re-builds in MR pipelines
COQ_REV
:
"
f16b7c75bcc8651e43ec1f0c8ae6744748665213"
OPAM_PINS
:
"
coq-core.dev
git
git+https://github.com/coq/coq#$COQ_REV
coq-stdlib.dev
git
git+https://github.com/coq/coq#$COQ_REV
coq.dev
git
git+https://github.com/coq/coq#$COQ_REV"
MANGLE_NAMES
:
"
1"
build-coq.8.13.2
:
...
...
@@ -46,6 +62,7 @@ build-coq.8.13.2:
build-coq.8.12.2
:
<<
:
*template
<<
:
*branches_and_mr
variables
:
OPAM_PINS
:
"
coq
version
8.12.2"
DENY_WARNINGS
:
"
1"
...
...
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