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
Jonas Kastberg
iris
Commits
2eeebf09
Commit
2eeebf09
authored
May 15, 2019
by
Ralf Jung
Browse files
test against Coq 8.10 beta
parent
f1e3d5f2
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
2eeebf09
...
...
@@ -34,6 +34,12 @@ build-coq.dev:
OPAM_PINS
:
"
coq
version
dev"
CI_COQCHK
:
"
1"
build-coq.8.10.dev
:
<<
:
*template
variables
:
OCAML
:
"
ocaml-base-compiler.4.07.0"
OPAM_PINS
:
"
coq
version
8.10.dev"
build-coq.8.9.0
:
<<
:
*template
variables
:
...
...
opam
View file @
2eeebf09
...
...
@@ -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.1
0
~") | (= "dev") }
"coq-stdpp" { (= "dev.2019-05-1
2
.0.
ffcca4f0
") | (= "dev") }
"coq" { (>= "8.7.1" & < "8.1
1
~") | (= "dev") }
"coq-stdpp" { (= "dev.2019-05-1
5
.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