aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
Diffstat (limited to 'dev')
-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