aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorPierre Roux2019-05-10 16:05:12 +0200
committerPierre Roux2019-11-01 10:21:30 +0100
commit40df8d4c451a09e82a5da29a2c3309dedebc64de (patch)
tree393cdaf5ede6cd9c7c3dc8a1e2a78a78698ad0d2 /dev
parent3352f539d271b4161556238da071861b4700da93 (diff)
Add overlays
Diffstat (limited to 'dev')
-rw-r--r--dev/ci/user-overlays/09867-primitive-floats.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/dev/ci/user-overlays/09867-primitive-floats.sh b/dev/ci/user-overlays/09867-primitive-floats.sh
new file mode 100644
index 0000000000..a0e9085afd
--- /dev/null
+++ b/dev/ci/user-overlays/09867-primitive-floats.sh
@@ -0,0 +1,12 @@
+if [ "$CI_PULL_REQUEST" = "9867" ] || [ "$CI_BRANCH" = "primitive-floats" ]; then
+
+ unicoq_CI_REF=primitive-floats
+ unicoq_CI_GITURL=https://github.com/validsdp/unicoq
+
+ elpi_CI_REF=primitive-floats
+ elpi_CI_GITURL=https://github.com/validsdp/coq-elpi
+
+ coqhammer_CI_REF=primitive-floats
+ coqhammer_CI_GITURL=https://github.com/validsdp/coqhammer
+
+fi