aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorHugo Herbelin2020-08-13 16:54:17 +0200
committerHugo Herbelin2020-08-13 16:54:17 +0200
commitae5f5ba7f7e673dfeb06a9feaa4271fc165d01f3 (patch)
tree9ef80c3a604814bb9f843f916b31b8e1220f9ecb /dev
parent2dbeadd72658eaa09cc9a683656aa27a4f140d50 (diff)
parent404314c00175fcd67468bc0875c697d1c88d4650 (diff)
Merge PR #12720: Factor code related to class hint clenv
Reviewed-by: SkySkimmer Reviewed-by: herbelin
Diffstat (limited to 'dev')
-rw-r--r--dev/ci/user-overlays/12720-ppedrot-factor-class-hint-clenv.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/dev/ci/user-overlays/12720-ppedrot-factor-class-hint-clenv.sh b/dev/ci/user-overlays/12720-ppedrot-factor-class-hint-clenv.sh
new file mode 100644
index 0000000000..e57f95ef19
--- /dev/null
+++ b/dev/ci/user-overlays/12720-ppedrot-factor-class-hint-clenv.sh
@@ -0,0 +1,6 @@
+if [ "$CI_PULL_REQUEST" = "12720" ] || [ "$CI_BRANCH" = "factor-class-hint-clenv" ]; then
+
+ coqhammer_CI_REF=factor-class-hint-clenv
+ coqhammer_CI_GITURL=https://github.com/ppedrot/coqhammer
+
+fi