aboutsummaryrefslogtreecommitdiff
path: root/dev/ci
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2020-07-18 12:36:50 +0200
committerPierre-Marie Pédrot2020-08-19 14:06:31 +0200
commit46cdf9a67deb9f6e29e937f146598ba020188b74 (patch)
tree6ccb0aa1e3a43353dbd9f8c4585197b4ec68fcd4 /dev/ci
parentdc8b5beeb1d12d5c0e30143db468599ce0f1c1cc (diff)
Add overlay.
Diffstat (limited to 'dev/ci')
-rw-r--r--dev/ci/user-overlays/12709-ppedrot-hint-pattern-out.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/dev/ci/user-overlays/12709-ppedrot-hint-pattern-out.sh b/dev/ci/user-overlays/12709-ppedrot-hint-pattern-out.sh
new file mode 100644
index 0000000000..56a69abbf7
--- /dev/null
+++ b/dev/ci/user-overlays/12709-ppedrot-hint-pattern-out.sh
@@ -0,0 +1,6 @@
+if [ "$CI_PULL_REQUEST" = "12709" ] || [ "$CI_BRANCH" = "hint-pattern-out" ]; then
+
+ coqhammer_CI_REF=hint-pattern-out
+ coqhammer_CI_GITURL=https://github.com/ppedrot/coqhammer
+
+fi