aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/ci/user-overlays
diff options
context:
space:
mode:
authorGravatar Gaëtan Gilbert <gaetan.gilbert@skyskimmer.net>2018-03-09 14:48:54 +0100
committerGravatar Gaëtan Gilbert <gaetan.gilbert@skyskimmer.net>2018-03-09 16:30:12 +0100
commit426c9afeb9c85616b89c26aabfe9a6d8cc37c8f0 (patch)
tree5c37c2197e2dea1e215b00a18d1081bae0359739 /dev/ci/user-overlays
parent65cba7c6cb1016df13e948452f1e3cb58edcb996 (diff)
Overlay for Elpi.
Diffstat (limited to 'dev/ci/user-overlays')
-rw-r--r--dev/ci/user-overlays/06775-univ-cumul-weak.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev/ci/user-overlays/06775-univ-cumul-weak.sh b/dev/ci/user-overlays/06775-univ-cumul-weak.sh
new file mode 100644
index 000000000..8afcbf78a
--- /dev/null
+++ b/dev/ci/user-overlays/06775-univ-cumul-weak.sh
@@ -0,0 +1,4 @@
+if [ "$CI_PULL_REQUEST" = "6775" ] || [ "$CI_BRANCH" = "univ-cumul" ]; then
+ Elpi_CI_BRANCH=coq-master
+ Elpi_CI_GITURL=https://github.com/SkySkimmer/coq-elpi.git
+fi