Skip to content
Snippets Groups Projects
Commit 2a27537c authored by Ralf Jung's avatar Ralf Jung
Browse files

test against Coq 8.14 beta branch

parent 98c0c5fe
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,13 @@ build-coq.dev:
OPAM_PINS: "coq-core.dev git git+https://github.com/coq/coq#$COQ_REV coq-stdlib.dev git git+https://github.com/coq/coq#$COQ_REV coq.dev git git+https://github.com/coq/coq#$COQ_REV"
MANGLE_NAMES: "1"
build-coq.8.14.dev:
<<: *template
variables:
OPAM_PINS: "coq version 8.14.dev"
MANGLE_NAMES: "1"
DENY_WARNINGS: "1"
build-coq.8.13.2:
<<: *template
interruptible: false
......@@ -83,11 +90,11 @@ trigger-stdpp.dev-coq.8.13.1:
- api
# Nightly job with latest Coq beta branch
trigger-stdpp.dev-coq.8.13.dev:
trigger-stdpp.dev-coq.8.14.dev:
<<: *template
variables:
STDPP_REPO: "iris/stdpp"
OPAM_PINS: "coq version 8.13.dev git+https://gitlab.mpi-sws.org/$STDPP_REPO#$STDPP_REV"
OPAM_PINS: "coq version 8.14.dev git+https://gitlab.mpi-sws.org/$STDPP_REPO#$STDPP_REV"
CI_COQCHK: "1"
except:
only:
......
......@@ -14,8 +14,8 @@ iris.prelude, iris.algebra, iris.si_logic, iris.bi, iris.proofmode, iris.base_lo
"""
depends: [
"coq" { (>= "8.12" & < "8.14~") | (= "dev") }
"coq-stdpp" { (= "dev.2021-06-18.0.0a38be45") | (= "dev") }
"coq" { (>= "8.12" & < "8.15~") | (= "dev") }
"coq-stdpp" { (= "dev.2021-06-23.0.db699c57") | (= "dev") }
]
build: ["./make-package" "iris" "-j%{jobs}%"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment