diff options
| author | Pierre Roux | 2019-05-10 16:05:12 +0200 |
|---|---|---|
| committer | Pierre Roux | 2019-11-01 10:21:30 +0100 |
| commit | 40df8d4c451a09e82a5da29a2c3309dedebc64de (patch) | |
| tree | 393cdaf5ede6cd9c7c3dc8a1e2a78a78698ad0d2 | |
| parent | 3352f539d271b4161556238da071861b4700da93 (diff) | |
Add overlays
| -rw-r--r-- | dev/ci/user-overlays/09867-primitive-floats.sh | 12 |
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 |
