Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Matthieu Sozeau
Iris
Commits
7802e99f
Commit
7802e99f
authored
May 21, 2019
by
Ralf Jung
Browse files
test 8.9.1, no longer test 8.7.1, 8.8.0
parent
eb3117bd
Changes
3
Hide whitespace changes
Inline
Side-by-side
.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