aboutsummaryrefslogtreecommitdiff
path: root/dev/ci
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2018-11-23 19:11:24 +0100
committerEmilio Jesus Gallego Arias2018-11-23 19:11:24 +0100
commit37259039bb9b139f9e5713b020f42e8be035bc27 (patch)
treed26aff1c5ac619f83e530928f6ece85cd6ee29e9 /dev/ci
parent12e6ce44d52695012a4219edb9d5522c86b407b8 (diff)
parent5358fc942eb47dabac79f90d8ca8b1312c9d7cb7 (diff)
Merge PR #9051: Camlp5 safe API strikes back
Diffstat (limited to 'dev/ci')
-rw-r--r--dev/ci/user-overlays/09051-ppedrot-camlp5-safe-api-strikes-back.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/dev/ci/user-overlays/09051-ppedrot-camlp5-safe-api-strikes-back.sh b/dev/ci/user-overlays/09051-ppedrot-camlp5-safe-api-strikes-back.sh
new file mode 100644
index 0000000000..14e7c0d7f0
--- /dev/null
+++ b/dev/ci/user-overlays/09051-ppedrot-camlp5-safe-api-strikes-back.sh
@@ -0,0 +1,9 @@
+if [ "$CI_PULL_REQUEST" = "9051" ] || [ "$CI_BRANCH" = "camlp5-safe-api-strikes-back" ]; then
+
+ equations_CI_REF=camlp5-safe-api-strikes-back
+ equations_CI_GITURL=https://github.com/ppedrot/Coq-Equations
+
+ ltac2_CI_REF=camlp5-safe-api-strikes-back
+ ltac2_CI_GITURL=https://github.com/ppedrot/ltac2
+
+fi