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
examples
Commits
c24c7603
Commit
c24c7603
authored
Jun 22, 2018
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nightly builds: use latest std++; test Coq 8.7.2 (instead of 8.7.1)
parent
f06aa0e0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
.gitlab-ci.yml
.gitlab-ci.yml
+3
-3
README.md
README.md
+1
-1
No files found.
.gitlab-ci.yml
View file @
c24c7603
...
...
@@ -31,15 +31,15 @@ build-coq.8.8.0:
variables
:
OPAM_PINS
:
"
coq
version
8.8.0"
build-coq.8.7.
1
:
build-coq.8.7.
2
:
<<
:
*template
variables
:
OPAM_PINS
:
"
coq
version
8.7.
1
"
OPAM_PINS
:
"
coq
version
8.7.
2
"
build-iris.dev
:
<<
:
*template
variables
:
OPAM_PINS
:
"
coq
version
8.7.
1
coq-iris.dev
git
https://gitlab.mpi-sws.org/FP/iris-coq.git#$IRIS_REV"
OPAM_PINS
:
"
coq
version
8.7.
2
coq-stdpp.dev
git
https://gitlab.mpi-sws.org/robbertkrebbers/coq-stdpp/#$STDPP_REV
coq-iris.dev
git
https://gitlab.mpi-sws.org/FP/iris-coq.git#$IRIS_REV"
except
:
only
:
-
triggers
...
...
README.md
View file @
c24c7603
...
...
@@ -6,7 +6,7 @@ Atomicity related verification based on Iris logic.
This version is known to compile with:
-
Coq 8.7.
1
/ 8.8.0
-
Coq 8.7.
2
/ 8.8.0
-
A development version of
[
Iris
](
https://gitlab.mpi-sws.org/FP/iris-coq/
)
## Building from source
...
...
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