aboutsummaryrefslogtreecommitdiff
path: root/dev/ci
diff options
context:
space:
mode:
authorcoqbot-app[bot]2020-11-06 15:19:09 +0000
committerGitHub2020-11-06 15:19:09 +0000
commit6cebd412748b82c4c9bbef295503ed1954981b45 (patch)
treea81e36c5744ab2df192020fad095d4683abd467c /dev/ci
parente5dc6e5cd189fb0e6fff672d7e978c62b4d4c160 (diff)
parent124135344d6c9ef1f7622b8340c16cc3d5ac8e06 (diff)
Merge PR #13139: Clean the constr-as-hint API
Reviewed-by: SkySkimmer
Diffstat (limited to 'dev/ci')
-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