aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2018-10-01 14:51:19 +0200
committerPierre-Marie Pédrot2018-11-09 14:10:27 +0100
commit028413ca6b7cec255165b32b44473c47ec835a62 (patch)
treee86533f212e991a5cab9e073afdb5b6ab9667785 /dev
parent23ef45aa14308aa0b1e1b1f6061ec9e7e7634e49 (diff)
Adding an overlay for #8601.
Diffstat (limited to 'dev')
-rw-r--r--dev/ci/user-overlays/08601-name-abstract-univ-context.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev/ci/user-overlays/08601-name-abstract-univ-context.sh b/dev/ci/user-overlays/08601-name-abstract-univ-context.sh
new file mode 100644
index 0000000000..9d723dc7f2
--- /dev/null
+++ b/dev/ci/user-overlays/08601-name-abstract-univ-context.sh
@@ -0,0 +1,11 @@
+_OVERLAY_BRANCH=name-abstract-univ-context
+
+if [ "$CI_PULL_REQUEST" = "8601" ] || [ "$CI_BRANCH" = "$_OVERLAY_BRANCH" ]; then
+
+ Elpi_CI_REF="$_OVERLAY_BRANCH"
+ Elpi_CI_GITURL=https://github.com/ppedrot/coq-elpi
+
+ Equations_CI_REF="$_OVERLAY_BRANCH"
+ Equations_CI_GITURL=https://github.com/ppedrot/Coq-Equations
+
+fi