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

support triggered builds against other repos

parent c7f61b47
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,8 @@ build-coq.8.12.2:
build-stdpp.dev-coq.8.13.1:
<<: *template
variables:
OPAM_PINS: "coq version 8.13.1 coq-stdpp.dev git git+https://gitlab.mpi-sws.org/iris/stdpp.git#$STDPP_REV"
STDPP_REPO: "iris/stdpp"
OPAM_PINS: "coq version 8.13.1 git+https://gitlab.mpi-sws.org/$STDPP_REPO#$STDPP_REV"
except:
only:
- triggers
......@@ -83,7 +84,8 @@ build-stdpp.dev-coq.8.13.1:
build-stdpp.dev-coq.8.13.dev:
<<: *template
variables:
OPAM_PINS: "coq version 8.13.dev coq-stdpp.dev git git+https://gitlab.mpi-sws.org/iris/stdpp.git#$STDPP_REV"
STDPP_REPO: "iris/stdpp"
OPAM_PINS: "coq version 8.13.dev git+https://gitlab.mpi-sws.org/$STDPP_REPO#$STDPP_REV"
CI_COQCHK: "1"
except:
only:
......
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