aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2020-10-05 16:01:22 +0200
committerPierre-Marie Pédrot2020-11-04 13:43:58 +0100
commit124135344d6c9ef1f7622b8340c16cc3d5ac8e06 (patch)
tree1bfded91edddd3c559e2cb3342c4e593b8f75953 /dev
parentbe51c8ef5312ab9320421833f6c023ce19459f22 (diff)
Add overlays.
Diffstat (limited to 'dev')
-rw-r--r--dev/ci/user-overlays/13139-ppedrot-clean-hint-constr.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/dev/ci/user-overlays/13139-ppedrot-clean-hint-constr.sh b/dev/ci/user-overlays/13139-ppedrot-clean-hint-constr.sh
new file mode 100644
index 0000000000..2f70f43a2b
--- /dev/null
+++ b/dev/ci/user-overlays/13139-ppedrot-clean-hint-constr.sh
@@ -0,0 +1,9 @@
+if [ "$CI_PULL_REQUEST" = "13139" ] || [ "$CI_BRANCH" = "clean-hint-constr" ]; then
+
+ equations_CI_REF=clean-hint-constr
+ equations_CI_GITURL=https://github.com/ppedrot/Coq-Equations
+
+ fiat_parsers_CI_REF=clean-hint-constr
+ fiat_parsers_CI_GITURL=https://github.com/ppedrot/fiat
+
+fi