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

support build-testing against forks

parent 01fbfbfc
No related branches found
No related tags found
No related merge requests found
Pipeline #47964 passed
...@@ -38,7 +38,11 @@ build-coq.8.13.2: ...@@ -38,7 +38,11 @@ build-coq.8.13.2:
build-iris.dev: build-iris.dev:
<<: *template <<: *template
variables: variables:
OPAM_PINS: "coq version 8.13.dev coq-stdpp.dev git git+https://gitlab.mpi-sws.org/iris/stdpp.git#$STDPP_REV coq-iris.dev git git+https://gitlab.mpi-sws.org/iris/iris.git#$IRIS_REV coq-orc11.dev git git+https://gitlab.mpi-sws.org/iris/orc11.git#$ORC11_REV coq-gpfsl.dev git git+https://gitlab.mpi-sws.org/iris/gpfsl.git#$GPFSL_REV" STDPP_REPO: "iris/stdpp"
IRIS_REPO: "iris/iris"
ORC11_REPO: "iris/orc11"
GPFSL_REPO: "iris/gpfsl"
OPAM_PINS: "coq version 8.13.dev git+https://gitlab.mpi-sws.org/$STDPP_REPO#$STDPP_REV git+https://gitlab.mpi-sws.org/$IRIS_REPO#$IRIS_REV git+https://gitlab.mpi-sws.org/$ORC11_REPO#$ORC11_REV git+https://gitlab.mpi-sws.org/$GPFSL_REPO#$GPFSL_REV"
except: except:
only: only:
- triggers - triggers
......
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