aboutsummaryrefslogtreecommitdiff
path: root/dev/ci
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2020-09-23 17:53:23 +0200
committerPierre-Marie Pédrot2020-10-21 12:33:36 +0200
commit375fc707b402b855770ec32c57ad1362f2a89e5c (patch)
treedc05c354b3f0b3e414f41c1c8c18497ce0d6d7ba /dev/ci
parent9a3d4e284a03942e8a2b1f9d87a0b349702eaaa9 (diff)
Add overlays.
Diffstat (limited to 'dev/ci')
-rw-r--r--dev/ci/user-overlays/13075-ppedrot-explicit-names-quotient.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/dev/ci/user-overlays/13075-ppedrot-explicit-names-quotient.sh b/dev/ci/user-overlays/13075-ppedrot-explicit-names-quotient.sh
new file mode 100644
index 0000000000..8b223719ea
--- /dev/null
+++ b/dev/ci/user-overlays/13075-ppedrot-explicit-names-quotient.sh
@@ -0,0 +1,9 @@
+if [ "$CI_PULL_REQUEST" = "13075" ] || [ "$CI_BRANCH" = "explicit-names-quotient" ]; then
+
+ elpi_CI_REF=explicit-names-quotient
+ elpi_CI_GITURL=https://github.com/ppedrot/coq-elpi
+
+ coq_dpdgraph_CI_REF=explicit-names-quotient
+ coq_dpdgraph_CI_GITURL=https://github.com/ppedrot/coq-dpdgraph
+
+fi