aboutsummaryrefslogtreecommitdiff
path: root/dev/ci
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2020-03-12 21:57:58 +0100
committerPierre-Marie Pédrot2020-03-18 11:58:07 +0100
commitc685a8a3690b3345dbc2770530e3da1b6639a654 (patch)
tree73769f09a7945cbff53e20b41bf314b02117e639 /dev/ci
parent7b124ee24aa6ebaf14c5f7019949a7c2a877dedb (diff)
Adding overlays.
Diffstat (limited to 'dev/ci')
-rw-r--r--dev/ci/user-overlays/11812-ppedrot-export-hint-globality.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/dev/ci/user-overlays/11812-ppedrot-export-hint-globality.sh b/dev/ci/user-overlays/11812-ppedrot-export-hint-globality.sh
new file mode 100644
index 0000000000..8dae29adb6
--- /dev/null
+++ b/dev/ci/user-overlays/11812-ppedrot-export-hint-globality.sh
@@ -0,0 +1,9 @@
+if [ "$CI_PULL_REQUEST" = "11812" ] || [ "$CI_BRANCH" = "export-hint-globality" ]; then
+
+ equations_CI_REF="export-hint-globality"
+ equations_CI_GITURL=https://github.com/ppedrot/Coq-Equations
+
+ fiat_parsers_CI_REF="export-hint-globality"
+ fiat_parsers_CI_GITURL=https://github.com/ppedrot/fiat
+
+fi