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
7802e99f
Commit
7802e99f
authored
May 21, 2019
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test 8.9.1, no longer test 8.7.1, 8.8.0
parent
eb3117bd
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
15 deletions
+7
-15
.gitlab-ci.yml
.gitlab-ci.yml
+5
-13
README.md
README.md
+1
-1
opam
opam
+1
-1
No files found.
.gitlab-ci.yml
View file @
7802e99f
...
...
@@ -40,6 +40,11 @@ build-coq.8.10.dev:
OCAML
:
"
ocaml-base-compiler.4.07.0"
OPAM_PINS
:
"
coq
version
8.10.dev"
build-coq.8.9.1
:
<<
:
*template
variables
:
OPAM_PINS
:
"
coq
version
8.9.1"
build-coq.8.9.0
:
<<
:
*template
variables
:
...
...
@@ -55,20 +60,7 @@ build-coq.8.8.2:
variables
:
OPAM_PINS
:
"
coq
version
8.8.2"
build-coq.8.8.0
:
<<
:
*template
variables
:
OPAM_PINS
:
"
coq
version
8.8.0"
TIMING_CONF
:
"
coq-8.8.0"
tags
:
-
fp-timing
build-coq.8.7.2
:
<<
:
*template
variables
:
OPAM_PINS
:
"
coq
version
8.7.2"
build-coq.8.7.1
:
<<
:
*template
variables
:
OPAM_PINS
:
"
coq
version
8.7.1"
README.md
View file @
7802e99f
...
...
@@ -18,7 +18,7 @@ definitions and some derived forms is available in
This version is known to compile with:
-
Coq 8.7.
1 / 8.7.2 / 8.8.0
/ 8.8.2 / 8.9.0
-
Coq 8.7.
2
/ 8.8.2 / 8.9.0
/ 8.9.1
-
A development version of
[
std++
](
https://gitlab.mpi-sws.org/iris/stdpp
)
For a version compatible with Coq 8.6, have a look at the
...
...
opam
View file @
7802e99f
...
...
@@ -11,6 +11,6 @@ build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-rf" "%{lib}%/coq/user-contrib/iris"]
depends: [
"coq" { (
>
= "8.7.
1
" & < "8.11~") | (= "dev") }
"coq" { (= "8.7.
2") | (= "8.8.2") | (>= "8.9
" & < "8.11~") | (= "dev") }
"coq-stdpp" { (= "dev.2019-05-15.0.7b7ee122") | (= "dev") }
]
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