Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Iris
Iron
Commits
baf09807
Commit
baf09807
authored
Oct 31, 2018
by
Robbert Krebbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.gitlab-ci.yml file.
parent
cac624a6
Pipeline
#12586
failed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
50 additions
and
0 deletions
+50
-0
.gitlab-ci.yml
.gitlab-ci.yml
+50
-0
No files found.
.gitlab-ci.yml
0 → 100644
View file @
baf09807
image
:
ralfjung/opam-ci:opam2
stages
:
-
build
variables
:
CPU_CORES
:
"
10"
.template
:
&template
stage
:
build
tags
:
-
fp
script
:
-
git clone https://gitlab.mpi-sws.org/iris/iron.git ci -b opam2
-
ci/buildjob
cache
:
key
:
"
$CI_JOB_NAME"
paths
:
-
opamroot/
only
:
-
master
-
/^ci/
except
:
-
triggers
-
schedules
## Build jobs
build-coq.dev
:
<<
:
*template
variables
:
OCAML
:
"
ocaml-base-compiler.4.07.0"
OPAM_PINS
:
"
coq
version
dev"
VALIDATE
:
"
1"
build-coq.8.9.dev
:
<<
:
*template
variables
:
OCAML
:
"
ocaml-base-compiler.4.02.3"
OPAM_PINS
:
"
coq
version
8.9.dev"
TIMING_PROJECT
:
"
iris"
TIMING_CONF
:
"
coq-8.9.dev"
tags
:
-
fp-timing
build-coq.8.8.2
:
<<
:
*template
variables
:
OPAM_PINS
:
"
coq
version
8.8.2"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment