aboutsummaryrefslogtreecommitdiff
path: root/dev/ci
diff options
context:
space:
mode:
authorGaëtan Gilbert2018-02-05 13:35:48 +0100
committerGaëtan Gilbert2018-02-05 13:35:48 +0100
commit783c7d09492f64d3a00673f8d698da3bcef6c503 (patch)
treeeed6593ba7a9062a05dc1db08e69604f8815235d /dev/ci
parenta16be5c566a989e3ba02117ebd912d6025fd54fb (diff)
Add overlay for equations (nf_beta takes an env)
Diffstat (limited to 'dev/ci')
-rw-r--r--dev/ci/user-overlays/06686-ccnv-no-proj.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev/ci/user-overlays/06686-ccnv-no-proj.sh b/dev/ci/user-overlays/06686-ccnv-no-proj.sh
new file mode 100644
index 0000000000..3a3ab44e03
--- /dev/null
+++ b/dev/ci/user-overlays/06686-ccnv-no-proj.sh
@@ -0,0 +1,4 @@
+if [ "$CI_PULL_REQUEST" = "6686" ] || [ "$CI_BRANCH" = "ccnv-no-proj" ]; then
+ Equations_CI_BRANCH=ccnv-fixes
+ Equations_CI_GITURL=https://github.com/SkySkimmer/Coq-Equations
+fi