diff options
| author | Gaëtan Gilbert | 2019-10-30 13:48:48 +0100 |
|---|---|---|
| committer | Gaëtan Gilbert | 2019-12-16 12:52:40 +0100 |
| commit | 467d4f28802bf07bb0cdb748c78f0936219ceb8d (patch) | |
| tree | db823a93a1763c6a0ec45f9a056061f90993f783 /dev | |
| parent | 82a1f73aa6c70672e212f9122c325425f9129570 (diff) | |
Overlay for #11027
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/ci/user-overlays/11027-SkySkimmer-expose-comind-univ.sh | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev/ci/user-overlays/11027-SkySkimmer-expose-comind-univ.sh b/dev/ci/user-overlays/11027-SkySkimmer-expose-comind-univ.sh new file mode 100644 index 0000000000..bb65beb043 --- /dev/null +++ b/dev/ci/user-overlays/11027-SkySkimmer-expose-comind-univ.sh @@ -0,0 +1,19 @@ +if [ "$CI_PULL_REQUEST" = "11027" ] || [ "$CI_BRANCH" = "cleanup-comind-univ" ]; then + + elpi_CI_REF=expose-comind-univ + elpi_CI_GITURL=https://github.com/SkySkimmer/coq-elpi + + equations_CI_REF=expose-comind-univ + equations_CI_GITURL=https://github.com/SkySkimmer/Coq-Equations + + paramcoq_CI_REF=expose-comind-univ + paramcoq_CI_GITURL=https://github.com/SkySkimmer/paramcoq + + mtac2_CI_REF=expose-comind-univ + mtac2_CI_GITURL=https://github.com/SkySkimmer/Mtac2 + + rewriter_CI_REF=cleanup-comind-univ + rewriter_CI_GITURL=https://github.com/SkySkimmer/rewriter + + +fi |
