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
Rodolphe Lepigre
stdpp
Commits
57e8f9ba
Commit
57e8f9ba
authored
Jan 28, 2019
by
Ralf Jung
Browse files
test against Coq 8.9.0
parent
26088f98
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
57e8f9ba
...
...
@@ -33,10 +33,16 @@ build-coq.dev:
OPAM_PINS
:
"
coq
version
dev"
VALIDATE
:
"
1"
build-coq.8.9.
dev
:
build-coq.8.9.
0
:
<<
:
*template
variables
:
OPAM_PINS
:
"
coq
version
8.9.dev"
OPAM_PINS
:
"
coq
version
8.9.0"
OPAM_PKG
:
"
coq-stdpp"
DOC_DIR
:
"
coqdoc@center.mpi-sws.org:stdpp"
TIMING_PROJECT
:
"
stdpp"
TIMING_CONF
:
"
coq-8.9.0"
tags
:
-
fp-timing
build-coq.8.8.2
:
<<
:
*template
...
...
@@ -52,8 +58,6 @@ build-coq.8.8.0:
<<
:
*template
variables
:
OPAM_PINS
:
"
coq
version
8.8.0"
OPAM_PKG
:
"
coq-stdpp"
DOC_DIR
:
"
coqdoc@center.mpi-sws.org:stdpp"
TIMING_PROJECT
:
"
stdpp"
TIMING_CONF
:
"
coq-8.8.0"
tags
:
...
...
@@ -63,10 +67,6 @@ build-coq.8.7.2:
<<
:
*template
variables
:
OPAM_PINS
:
"
coq
version
8.7.2"
TIMING_PROJECT
:
"
stdpp"
TIMING_CONF
:
"
coq-8.7.2"
tags
:
-
fp-timing
build-coq.8.7.1
:
<<
:
*template
...
...
README.md
View file @
57e8f9ba
...
...
@@ -45,7 +45,7 @@ Notably:
This version is known to compile with:
-
Coq version 8.7.0 / 8.7.1 / 8.7.2 / 8.8.0 / 8.8.1 / 8.8.2
-
Coq version 8.7.0 / 8.7.1 / 8.7.2 / 8.8.0 / 8.8.1 / 8.8.2
/ 8.9.0
## Installing via opam
...
...
Write
Preview
Supports
Markdown
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