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

Merge branch 'master' of https://gitlab.mpi-sws.org/iris/iris

parents 6996766a 00e3ea15
No related branches found
No related tags found
No related merge requests found
...@@ -24,6 +24,7 @@ variables: ...@@ -24,6 +24,7 @@ variables:
.template: &template .template: &template
<<: *only_branches <<: *only_branches
stage: build stage: build
interruptible: true
tags: tags:
- fp - fp
script: script:
...@@ -51,6 +52,7 @@ build-coq.dev: ...@@ -51,6 +52,7 @@ build-coq.dev:
build-coq.8.13.2: build-coq.8.13.2:
<<: *template <<: *template
interruptible: false
variables: variables:
OPAM_PINS: "coq version 8.13.2" OPAM_PINS: "coq version 8.13.2"
DENY_WARNINGS: "1" DENY_WARNINGS: "1"
...@@ -69,7 +71,7 @@ build-coq.8.12.2: ...@@ -69,7 +71,7 @@ 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++)
build-stdpp.dev-coq.8.13.1: trigger-stdpp.dev-coq.8.13.1:
<<: *template <<: *template
variables: variables:
STDPP_REPO: "iris/stdpp" STDPP_REPO: "iris/stdpp"
...@@ -81,7 +83,7 @@ build-stdpp.dev-coq.8.13.1: ...@@ -81,7 +83,7 @@ build-stdpp.dev-coq.8.13.1:
- api - api
# Nightly job with latest Coq beta branch # Nightly job with latest Coq beta branch
build-stdpp.dev-coq.8.13.dev: trigger-stdpp.dev-coq.8.13.dev:
<<: *template <<: *template
variables: variables:
STDPP_REPO: "iris/stdpp" STDPP_REPO: "iris/stdpp"
......
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