aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaëtan Gilbert2018-06-28 13:22:44 +0200
committerGaëtan Gilbert2018-07-24 13:49:18 +0200
commitd03deb978a6747a9fb6ce33cb6ed5063d36c7b42 (patch)
tree085dedfd3bbd04749d2855890e9690c483abee9e
parenta30be8ca7d6b7c6f17aa65de824e02194a7f3a9b (diff)
Add overlay for Equations.
-rw-r--r--dev/ci/user-overlays/07908-proj-mind.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/dev/ci/user-overlays/07908-proj-mind.sh b/dev/ci/user-overlays/07908-proj-mind.sh
new file mode 100644
index 0000000000..293eeb5a5a
--- /dev/null
+++ b/dev/ci/user-overlays/07908-proj-mind.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+if [ "$CI_PULL_REQUEST" = "7908" ] || [ "$CI_BRANCH" = "proj-mind" ]; then
+ Equations_CI_BRANCH=fix-proj-mind
+ Equations_CI_GITURL=https://github.com/SkySkimmer/Coq-Equations
+fi