aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2020-07-24 11:46:13 +0200
committerPierre-Marie Pédrot2020-08-12 14:16:15 +0200
commit404314c00175fcd67468bc0875c697d1c88d4650 (patch)
tree324bb7a5cfa6f3f158d5432fb6a3b379d6b6af7b /dev
parent52894e97f045c257ba5f4a7c9d64c48fa1913994 (diff)
Add overlays.
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