Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Simon Friis Vindum
Iris
Commits
25132073
Commit
25132073
authored
May 28, 2021
by
Ralf Jung
Browse files
support triggered builds against other repos
parent
c7f61b47
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
25132073
...
...
@@ -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
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment