aboutsummaryrefslogtreecommitdiff
path: root/dev/ci
diff options
context:
space:
mode:
authorGaëtan Gilbert2020-03-22 11:07:58 +0100
committerGaëtan Gilbert2020-03-22 11:07:58 +0100
commit7ba059507b67b1f6ea3566a5d1dee40f6af78316 (patch)
treecb901254b587eabdb2c508fdf60a9bbc23971920 /dev/ci
parentb048ecb6d874e1eb2e33c1fa3a15d3a508500285 (diff)
parentc3350ed82e1dd4e299a5a14e6e63103556a379d2 (diff)
Merge PR #11731: [proof] Miscellaneous refactorings
Reviewed-by: SkySkimmer Reviewed-by: gares
Diffstat (limited to 'dev/ci')
-rw-r--r--dev/ci/user-overlays/11731-ejgallego-proof+more_naming_unif.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/dev/ci/user-overlays/11731-ejgallego-proof+more_naming_unif.sh b/dev/ci/user-overlays/11731-ejgallego-proof+more_naming_unif.sh
new file mode 100644
index 0000000000..6928925e54
--- /dev/null
+++ b/dev/ci/user-overlays/11731-ejgallego-proof+more_naming_unif.sh
@@ -0,0 +1,12 @@
+if [ "$CI_PULL_REQUEST" = "11731" ] || [ "$CI_BRANCH" = "proof+more_naming_unif" ]; then
+
+ equations_CI_REF=proof+more_naming_unif
+ equations_CI_GITURL=https://github.com/ejgallego/Coq-Equations
+
+ rewriter_CI_REF=proof+more_naming_unif
+ rewriter_CI_GITURL=https://github.com/ejgallego/rewriter
+
+ elpi_CI_REF=proof+more_naming_unif
+ elpi_CI_GITURL=https://github.com/ejgallego/coq-elpi
+
+fi