diff options
| author | Hugo Herbelin | 2020-05-15 16:51:29 +0200 |
|---|---|---|
| committer | Hugo Herbelin | 2020-05-15 16:51:29 +0200 |
| commit | a5c9ad83071c99110fed464a0b9a0f5e73f1be9b (patch) | |
| tree | 4e436ada97fc8e74311e8c77312e164772957ac9 /dev/ci | |
| parent | b5b6e2d4c8347cb25da6f827a6b6f06cb0f566e5 (diff) | |
| parent | 31f5e89eaefcff04a04850d77b0c83cb24602f98 (diff) | |
Merge PR #11948: Hexadecimal numerals
Reviewed-by: JasonGross
Ack-by: Zimmi48
Ack-by: herbelin
Diffstat (limited to 'dev/ci')
| -rw-r--r-- | dev/ci/user-overlays/11948-proux01-hexadecimal.sh | 12 |
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 |
