diff options
| author | Pierre-Marie Pédrot | 2018-11-23 13:53:29 +0100 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2018-11-23 13:59:15 +0100 |
| commit | 5358fc942eb47dabac79f90d8ca8b1312c9d7cb7 (patch) | |
| tree | 8cf4d6ddb849fa6c5bc3c93f1d5c03c6398157de /dev | |
| parent | 229c82244debad8da7137e931b1422adcf39d3f4 (diff) | |
Adding overlay.
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/ci/user-overlays/09051-ppedrot-camlp5-safe-api-strikes-back.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dev/ci/user-overlays/09051-ppedrot-camlp5-safe-api-strikes-back.sh b/dev/ci/user-overlays/09051-ppedrot-camlp5-safe-api-strikes-back.sh new file mode 100644 index 0000000000..14e7c0d7f0 --- /dev/null +++ b/dev/ci/user-overlays/09051-ppedrot-camlp5-safe-api-strikes-back.sh @@ -0,0 +1,9 @@ +if [ "$CI_PULL_REQUEST" = "9051" ] || [ "$CI_BRANCH" = "camlp5-safe-api-strikes-back" ]; then + + equations_CI_REF=camlp5-safe-api-strikes-back + equations_CI_GITURL=https://github.com/ppedrot/Coq-Equations + + ltac2_CI_REF=camlp5-safe-api-strikes-back + ltac2_CI_GITURL=https://github.com/ppedrot/ltac2 + +fi |
