aboutsummaryrefslogtreecommitdiff
path: root/dev/ci
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2019-05-22 10:57:20 +0200
committerPierre-Marie Pédrot2019-05-24 09:00:10 +0200
commit069a5e5fa201bb60810dd1b8dc8e1492770a5963 (patch)
tree94a24713b2982288430098441da30f0f44f6cae8 /dev/ci
parentd3c931cd8c84d1b7d9d5763e20221d51700f0709 (diff)
Adding overlays.
Diffstat (limited to 'dev/ci')
-rw-r--r--dev/ci/user-overlays/10201-ppedrot-opaque-future-cleanup.sh15
1 files changed, 15 insertions, 0 deletions
diff --git a/dev/ci/user-overlays/10201-ppedrot-opaque-future-cleanup.sh b/dev/ci/user-overlays/10201-ppedrot-opaque-future-cleanup.sh
new file mode 100644
index 0000000000..e3bbb84bcb
--- /dev/null
+++ b/dev/ci/user-overlays/10201-ppedrot-opaque-future-cleanup.sh
@@ -0,0 +1,15 @@
+if [ "$CI_PULL_REQUEST" = "10201" ] || [ "$CI_BRANCH" = "opaque-future-cleanup" ]; then
+
+ coq_dpdgraph_CI_REF=opaque-future-cleanup
+ coq_dpdgraph_CI_GITURL=https://github.com/ppedrot/coq-dpdgraph
+
+ coqhammer_CI_REF=opaque-future-cleanup
+ coqhammer_CI_GITURL=https://github.com/ppedrot/coqhammer
+
+ elpi_CI_REF=opaque-future-cleanup
+ elpi_CI_GITURL=https://github.com/ppedrot/coq-elpi
+
+ paramcoq_CI_REF=opaque-future-cleanup
+ paramcoq_CI_GITURL=https://github.com/ppedrot/paramcoq
+
+fi