Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Iris
Tutorial POPL18
Commits
b8df169a
Commit
b8df169a
authored
Feb 21, 2019
by
Ralf Jung
Browse files
add nightly test and test against Coq 8.9.0
parent
c56c81bf
Pipeline
#15186
failed with stage
in 2 minutes and 46 seconds
Changes
2
Pipelines
13
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b8df169a
...
...
@@ -26,12 +26,26 @@ variables:
## Build jobs
build-coq.8.9.0
:
<<
:
*template
variables
:
OPAM_PINS
:
"
coq
version
8.9.0"
build-coq.8.8.2
:
<<
:
*template
variables
:
OPAM_PINS
:
"
coq
version
8.8.2
coq-mathcomp-ssreflect
version
1.7.0
"
OPAM_PINS
:
"
coq
version
8.8.2"
build-coq.8.7.2
:
<<
:
*template
variables
:
OPAM_PINS
:
"
coq
version
8.7.2
coq-mathcomp-ssreflect
version
1.7.0"
OPAM_PINS
:
"
coq
version
8.7.2"
build-iris.dev
:
<<
:
*template
variables
:
OPAM_PINS
:
"
coq
version
8.9.0
coq-stdpp.dev
git
git+https://gitlab.mpi-sws.org/iris/stdpp.git#$STDPP_REV
coq-iris.dev
git
git+https://gitlab.mpi-sws.org/FP/iris-coq.git#$IRIS_REV"
except
:
only
:
-
triggers
-
schedules
README.md
View file @
b8df169a
...
...
@@ -9,7 +9,7 @@ This tutorial comes in two versions:
For the tutorial material you need to have the following dependencies installed:
-
Coq 8.7.2 / 8.8.2
-
Coq 8.7.2 / 8.8.2
/ 8.9.0
-
A development version of
[
Iris
](
https://gitlab.mpi-sws.org/iris/iris
)
*Note:*
the tutorial material will not work with earlier versions of Iris, it
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment