diff options
| author | Pierre Roux | 2020-03-28 18:48:32 +0100 |
|---|---|---|
| committer | Pierre Roux | 2020-05-09 18:03:00 +0200 |
| commit | 31f5e89eaefcff04a04850d77b0c83cb24602f98 (patch) | |
| tree | 61df7d0f44d9435de75a3e49b72b50114cc3bf8b | |
| parent | 2d6c26cfab4055ff2b25a311544bdf59363686a7 (diff) | |
Add overlays
| -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 |
