Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
tutorial-popl18
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Iris
tutorial-popl18
Commits
96ca5dea
Commit
96ca5dea
authored
Feb 01, 2019
by
Hai Dang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add CI
parent
8763f83d
Pipeline
#14330
canceled with stage
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
38 additions
and
1 deletion
+38
-1
.gitlab-ci.yml
.gitlab-ci.yml
+37
-0
README.md
README.md
+1
-1
No files found.
.gitlab-ci.yml
0 → 100644
View file @
96ca5dea
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/ci.git ci -b opam2
-
ci/buildjob
cache
:
key
:
"
$CI_JOB_NAME"
paths
:
-
opamroot/
only
:
-
master
-
/^ci/
except
:
-
triggers
-
schedules
## Build jobs
build-coq.8.8.2
:
<<
:
*template
variables
:
OPAM_PINS
:
"
coq
version
8.8.2"
build-coq.8.7.2
:
<<
:
*template
variables
:
OPAM_PINS
:
"
coq
version
8.7.2"
README.md
View file @
96ca5dea
...
...
@@ -9,7 +9,7 @@ This tutorial comes in two versions:
For the tutorial material you need to have the following dependencies installed:
-
Coq 8.
6.1 / 8.7.0 / 8.7.1
-
Coq 8.
7.2 / 8.8.2
-
Ssreflect 1.6.4
-
Coq-std++ 1.1
-
Iris 3.1
...
...
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