aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorVincent Semeria2020-08-07 22:44:17 +0200
committerVincent Semeria2020-08-24 19:37:51 +0200
commit0c39f0be2ffc5c6f150c4657a486918c7ada84b9 (patch)
tree068862ff2faba06010add695f7544eeed2cb06aa /dev
parent700aaaacad67d5d5f47805d9aa817213c84cfc02 (diff)
Put cyclic numbers in sort Set instead of Type
Added user overlay for bignums
Diffstat (limited to 'dev')
-rw-r--r--dev/ci/user-overlays/12801-VincentSe-CyclicSet.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/dev/ci/user-overlays/12801-VincentSe-CyclicSet.sh b/dev/ci/user-overlays/12801-VincentSe-CyclicSet.sh
new file mode 100644
index 0000000000..6a9cf78687
--- /dev/null
+++ b/dev/ci/user-overlays/12801-VincentSe-CyclicSet.sh
@@ -0,0 +1,8 @@
+if [ "$CI_PULL_REQUEST" = "12801" ] || [ "$CI_BRANCH" = "CyclicSet" ]; then
+
+ bignums_CI_REF=CyclicSet
+ bignums_CI_GITURL=https://github.com/VincentSe/bignums
+
+ coqprime_CI_REF=CyclicSet
+ coqprime_CI_GITURL=https://github.com/VincentSe/coqprime
+fi