aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorPierre Roux2020-03-28 18:48:32 +0100
committerPierre Roux2020-05-09 18:03:00 +0200
commit31f5e89eaefcff04a04850d77b0c83cb24602f98 (patch)
tree61df7d0f44d9435de75a3e49b72b50114cc3bf8b /dev
parent2d6c26cfab4055ff2b25a311544bdf59363686a7 (diff)
Add overlays
Diffstat (limited to 'dev')
-rw-r--r--dev/ci/user-overlays/11948-proux01-hexadecimal.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/dev/ci/user-overlays/11948-proux01-hexadecimal.sh b/dev/ci/user-overlays/11948-proux01-hexadecimal.sh
new file mode 100644
index 0000000000..0b3133d1f1
--- /dev/null
+++ b/dev/ci/user-overlays/11948-proux01-hexadecimal.sh
@@ -0,0 +1,12 @@
+if [ "$CI_PULL_REQUEST" = "11948" ] || [ "$CI_BRANCH" = "hexadecimal" ]; then
+
+ stdlib2_CI_REF=hexadecimal
+ stdlib2_CI_GITURL=https://github.com/proux01/stdlib2
+
+ paramcoq_CI_REF=hexadecimal
+ paramcoq_CI_GITURL=https://github.com/proux01/paramcoq
+
+ metacoq_CI_REF=hexadecimal
+ metacoq_CI_GITURL=https://github.com/proux01/metacoq
+
+fi