aboutsummaryrefslogtreecommitdiff
path: root/dev/ci
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2020-11-14 02:35:55 +0100
committerEmilio Jesus Gallego Arias2020-11-18 16:24:30 +0100
commit0af10d808de19f1f052fab3c757f4049fa0c3ec8 (patch)
tree7d88045bf51299bc9da4a00e92670c25805400ff /dev/ci
parentc609c05cf4a5a2a36ca46a0ea890c954d0ae2a5b (diff)
[attributes] Add overlays for #13312
Diffstat (limited to 'dev/ci')
-rw-r--r--dev/ci/user-overlays/13312-ejgallego-attributes+bool_single.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/dev/ci/user-overlays/13312-ejgallego-attributes+bool_single.sh b/dev/ci/user-overlays/13312-ejgallego-attributes+bool_single.sh
new file mode 100644
index 0000000000..3bdbcf7d6e
--- /dev/null
+++ b/dev/ci/user-overlays/13312-ejgallego-attributes+bool_single.sh
@@ -0,0 +1,6 @@
+if [ "$CI_PULL_REQUEST" = "13312" ] || [ "$CI_BRANCH" = "attributes+bool_single" ]; then
+
+ overlay unicoq https://github.com/ejgallego/unicoq attributes+bool_single
+ overlay elpi https://github.com/ejgallego/coq-elpi attributes+bool_single
+
+fi