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

add trigger to build against specific iris version

parent 7f5389ab
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -27,6 +27,8 @@ build-coq8.7:
<<: *template
variables:
OPAM_PINS: "coq version 8.7.dev coq-mathcomp-ssreflect version dev"
except:
- triggers
build-coq8.6.1:
<<: *template
......@@ -37,3 +39,12 @@ build-coq8.6.1:
paths:
- build-time.txt
- build-env.txt
except:
- triggers
build-iris.dev:
<<: *template
variables:
OPAM_PINS: "coq version 8.6.1 coq-mathcomp-ssreflect version 1.6.1 coq-iris.dev git https://gitlab.mpi-sws.org/FP/iris-coq.git#$REV"
only:
- triggers
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment