diff options
| author | Anton Trunov | 2020-08-25 15:52:19 +0300 |
|---|---|---|
| committer | Anton Trunov | 2020-08-25 15:52:19 +0300 |
| commit | 83da5d4f27eb1ebc3eeb89343433fb77b6fccacf (patch) | |
| tree | 86d43f3c7125764548376c020eadf9b9ca1b17c3 /dev | |
| parent | 60684d29ed02e0879d94171943920a0324172a7b (diff) | |
| parent | 0c39f0be2ffc5c6f150c4657a486918c7ada84b9 (diff) | |
Merge PR #12801: Put cyclic numbers in sort Set instead of Type
Ack-by: Zimmi48
Reviewed-by: anton-trunov
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/ci/user-overlays/12801-VincentSe-CyclicSet.sh | 8 |
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 |
