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
a8751afc
Commit
a8751afc
authored
Jun 19, 2020
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bump Coq to 8.11.2, and also test Coq 8.12 beta
parent
d2bd9890
Pipeline
#29743
canceled with stage
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
.gitlab-ci.yml
.gitlab-ci.yml
+7
-2
README.md
README.md
+1
-1
No files found.
.gitlab-ci.yml
View file @
a8751afc
...
...
@@ -27,10 +27,15 @@ variables:
## Build jobs
build-coq.8.1
1.1
:
build-coq.8.1
2.dev
:
<<
:
*template
variables
:
OPAM_PINS
:
"
coq
version
8.11.1"
OPAM_PINS
:
"
coq
version
8.12.dev"
build-coq.8.11.2
:
<<
:
*template
variables
:
OPAM_PINS
:
"
coq
version
8.11.2"
tags
:
-
fp-timing
...
...
README.md
View file @
a8751afc
...
...
@@ -6,7 +6,7 @@ Some example verification demonstrating the use of Iris.
This version is known to compile with:
-
Coq 8.11.
1
-
Coq 8.11.
2
-
A development version of
[
Iris
](
https://gitlab.mpi-sws.org/FP/iris-coq/
)
-
The coq86-devel branch of
[
Autosubst
](
https://github.com/uds-psl/autosubst
)
...
...
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