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
Simon Spies
examples
Commits
f8f664fe
Commit
f8f664fe
authored
Nov 07, 2019
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
switch CI to Coq 8.10.1
parent
9612d208
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
.gitlab-ci.yml
.gitlab-ci.yml
+5
-5
README.md
README.md
+1
-1
No files found.
.gitlab-ci.yml
View file @
f8f664fe
...
...
@@ -18,8 +18,8 @@ variables:
paths
:
-
opamroot/
only
:
-
master
-
/^ci/
-
master
@iris/examples
-
/^ci/
@iris/examples
except
:
-
triggers
-
schedules
...
...
@@ -27,11 +27,11 @@ variables:
## Build jobs
build-coq.8.
9.0
:
build-coq.8.
10.1
:
<<
:
*template
variables
:
OPAM_PINS
:
"
coq
version
8.
9.0
"
TIMING_CONF
:
"
coq-8.
9.0
"
OPAM_PINS
:
"
coq
version
8.
10.1
"
TIMING_CONF
:
"
coq-8.
10.1
"
tags
:
-
fp-timing
...
...
README.md
View file @
f8f664fe
...
...
@@ -6,7 +6,7 @@ Some example verification demonstrating the use of Iris.
This version is known to compile with:
-
Coq 8.
9.0
-
Coq 8.
10.1
-
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