aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Herbelin2020-02-15 09:21:32 +0100
committerHugo Herbelin2020-03-04 11:56:41 +0100
commiteb9d633b8b4e8a096f28c28877b6aa888dffe74a (patch)
treec00997ff3c3d24e34a4d97a9816224f8eb551fc3
parent0f7468f5023144fb8319b906adb013bc3fb33101 (diff)
Add overlay for equations.
-rw-r--r--dev/ci/user-overlays/11602-herbelin-master+support-only-parsing-where-clause.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/dev/ci/user-overlays/11602-herbelin-master+support-only-parsing-where-clause.sh b/dev/ci/user-overlays/11602-herbelin-master+support-only-parsing-where-clause.sh
new file mode 100644
index 0000000000..8b0f86d951
--- /dev/null
+++ b/dev/ci/user-overlays/11602-herbelin-master+support-only-parsing-where-clause.sh
@@ -0,0 +1,6 @@
+if [ "$CI_PULL_REQUEST" = "11602" ] || [ "$CI_BRANCH" = "master+support-only-parsing-where-clause" ]; then
+
+ equations_CI_REF=master+adapt-coq-pr11602-only-parsing-where-notation
+ equations_CI_GITURL=https://github.com/herbelin/Coq-Equations
+
+fi