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
Jonas Kastberg
iris
Commits
d43ba2b1
Commit
d43ba2b1
authored
Feb 21, 2018
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CI: test against Coq 8.7.2
parent
be5fe2c5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
.gitlab-ci.yml
.gitlab-ci.yml
+8
-3
README.md
README.md
+1
-1
No files found.
.gitlab-ci.yml
View file @
d43ba2b1
...
...
@@ -41,10 +41,10 @@ build-coq.dev:
OPAM_PINS
:
"
coq
version
dev
coq-mathcomp-ssreflect
version
dev"
VALIDATE
:
"
1"
build-coq.8.7.
1
:
build-coq.8.7.
2
:
<<
:
*template
variables
:
OPAM_PINS
:
"
coq
version
8.7.
1
coq-mathcomp-ssreflect
version
1.6.4"
OPAM_PINS
:
"
coq
version
8.7.
2
coq-mathcomp-ssreflect
version
1.6.4"
OPAM_PKG
:
"
coq-iris"
tags
:
-
fp-timing
...
...
@@ -53,6 +53,11 @@ build-coq.8.7.1:
-
build-time.txt
-
build-env.txt
build-coq.8.7.1
:
<<
:
*template
variables
:
OPAM_PINS
:
"
coq
version
8.7.1
coq-mathcomp-ssreflect
version
1.6.4"
build-coq.8.7.0
:
<<
:
*template
variables
:
...
...
@@ -66,7 +71,7 @@ build-coq.8.6.1:
build-stdpp.dev
:
<<
:
*template
variables
:
OPAM_PINS
:
"
coq
version
8.7.
1
coq-mathcomp-ssreflect
version
1.6.4
coq-stdpp.dev
git
https://gitlab.mpi-sws.org/robbertkrebbers/coq-stdpp/#$STDPP_REV"
OPAM_PINS
:
"
coq
version
8.7.
2
coq-mathcomp-ssreflect
version
1.6.4
coq-stdpp.dev
git
https://gitlab.mpi-sws.org/robbertkrebbers/coq-stdpp/#$STDPP_REV"
except
:
only
:
-
triggers
...
...
README.md
View file @
d43ba2b1
...
...
@@ -6,7 +6,7 @@ This is the Coq development of the [Iris Project](http://iris-project.org).
This version is known to compile with:
-
Coq 8.6.1 / 8.7.0 / 8.7.1
-
Coq 8.6.1 / 8.7.0 / 8.7.1
/ 8.7.2
-
Ssreflect 1.6.4
-
A development version of
[
std++
](
https://gitlab.mpi-sws.org/robbertkrebbers/coq-stdpp
)
...
...
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