Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Iris
stdpp
Commits
7b7ee122
Commit
7b7ee122
authored
May 15, 2019
by
Ralf Jung
Browse files
test 8.10 beta branch
parent
ffcca4f0
Pipeline
#16724
passed with stage
in 21 minutes and 51 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7b7ee122
...
...
@@ -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 @
7b7ee122
...
...
@@ -11,5 +11,5 @@ build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-rf" "%{lib}%/coq/user-contrib/stdpp"]
depends: [
"coq" { (>= "8.7" & < "8.1
0
~") | (= "dev") }
"coq" { (>= "8.7" & < "8.1
1
~") | (= "dev") }
]
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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