aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorMaxime Dénès2019-02-01 23:29:52 +0100
committerMaxime Dénès2019-02-05 09:36:51 +0100
commit40ed1b7c5e94f418f9b758ffe1a86e4ad7743267 (patch)
treea84e196d20bd19f1a6ac2c3f29bc80f9fb174a22 /dev
parent49a545b7606f8bd846d2e3740d0bb3ea1ea6eb38 (diff)
Overlays
Diffstat (limited to 'dev')
-rw-r--r--dev/ci/user-overlays/09410-maximedenes-thread-program.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/dev/ci/user-overlays/09410-maximedenes-thread-program.sh b/dev/ci/user-overlays/09410-maximedenes-thread-program.sh
new file mode 100644
index 0000000000..985c2db74e
--- /dev/null
+++ b/dev/ci/user-overlays/09410-maximedenes-thread-program.sh
@@ -0,0 +1,13 @@
+if [ "$CI_PULL_REQUEST" = "9410" ] || [ "$CI_BRANCH" = "thread-program" ]; then
+
+ math_classes_CI_REF=program-mode-flag
+ math_classes_CI_GITURL=https://github.com/maximedenes/math-classes
+
+ ltac2_CI_REF=program-mode-flag
+ ltac2_CI_GITURL=https://github.com/maximedenes/ltac2
+
+
+ equations_CI_REF=thread-program
+ equations_CI_GITURL=https://github.com/maximedenes/Coq-Equations
+
+fi