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

test against Coq 8.15 branch

parent 48db202f
No related branches found
No related tags found
No related merge requests found
...@@ -41,10 +41,10 @@ variables: ...@@ -41,10 +41,10 @@ variables:
## Build jobs ## Build jobs
build-coq.dev: build-coq.8.15.dev:
<<: *template <<: *template
variables: variables:
OPAM_PINS: "coq version dev" OPAM_PINS: "coq version 8.15.dev"
MANGLE_NAMES: "1" MANGLE_NAMES: "1"
build-coq.8.14.1: build-coq.8.14.1:
...@@ -84,23 +84,23 @@ build-coq.8.12.2: ...@@ -84,23 +84,23 @@ build-coq.8.12.2:
# Nightly job with a known-to-work Coq version # Nightly job with a known-to-work Coq version
# (so failures must be caused by std++) # (so failures must be caused by std++)
trigger-stdpp.dev-coq.8.13.1: trigger-stdpp.dev-coq.8.14.1:
<<: *template <<: *template
variables: variables:
STDPP_REPO: "iris/stdpp" STDPP_REPO: "iris/stdpp"
OPAM_PINS: "coq version 8.13.1 git+https://gitlab.mpi-sws.org/$STDPP_REPO#$STDPP_REV" OPAM_PINS: "coq version 8.14.1 git+https://gitlab.mpi-sws.org/$STDPP_REPO#$STDPP_REV"
except: except:
only: only:
- triggers - triggers
- schedules - schedules
- api - api
# Nightly job with latest Coq beta branch # Nightly job with latest Coq branch
trigger-stdpp.dev-coq.8.14.dev: trigger-stdpp.dev-coq.8.14.dev:
<<: *template <<: *template
variables: variables:
STDPP_REPO: "iris/stdpp" STDPP_REPO: "iris/stdpp"
OPAM_PINS: "coq version 8.14.dev git+https://gitlab.mpi-sws.org/$STDPP_REPO#$STDPP_REV" OPAM_PINS: "coq version dev git+https://gitlab.mpi-sws.org/$STDPP_REPO#$STDPP_REV"
CI_COQCHK: "1" CI_COQCHK: "1"
except: except:
only: only:
......
...@@ -27,8 +27,8 @@ tags: [ ...@@ -27,8 +27,8 @@ tags: [
] ]
depends: [ depends: [
"coq" { (>= "8.12" & < "8.15~") | (= "dev") } "coq" { (>= "8.12" & < "8.16~") | (= "dev") }
"coq-stdpp" { (= "dev.2021-12-07.1.a06988a9") | (= "dev") } "coq-stdpp" { (= "dev.2021-12-08.0.130789ac") | (= "dev") }
] ]
build: ["./make-package" "iris" "-j%{jobs}%"] 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