diff options
| author | Pierre-Marie Pédrot | 2019-06-27 22:42:06 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2019-07-18 17:02:24 +0200 |
| commit | eabe207bc6159f1349f7e6b8e63a55984ea9aa32 (patch) | |
| tree | 77b88bad6ffba196709ac61011b6a0cedd2c37f4 /dev/ci | |
| parent | 94b4a3ca3f8100fc4d2da7f3fa27d6efce81c44b (diff) | |
Adding overlays.
Diffstat (limited to 'dev/ci')
| -rw-r--r-- | dev/ci/user-overlays/10441-ppedrot-static-poly-section.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dev/ci/user-overlays/10441-ppedrot-static-poly-section.sh b/dev/ci/user-overlays/10441-ppedrot-static-poly-section.sh new file mode 100644 index 0000000000..00f544f894 --- /dev/null +++ b/dev/ci/user-overlays/10441-ppedrot-static-poly-section.sh @@ -0,0 +1,6 @@ +if [ "$CI_PULL_REQUEST" = "10441" ] || [ "$CI_BRANCH" = "static-poly-section" ]; then + + ext_lib_CI_REF=static-poly-section + ext_lib_CI_GITURL=https://github.com/ppedrot/coq-ext-lib + +fi |
