diff options
| author | Pierre-Marie Pédrot | 2020-03-30 15:40:07 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2020-05-10 15:04:50 +0200 |
| commit | 101d898869ffa07fc772b303e3dbb7ecd860386b (patch) | |
| tree | a1f33affdcdae5c91dd7fd7fab8f5e0ffd6756f8 /dev | |
| parent | cf60564b9e6cdfa35fe8c256f6785e23a2afde61 (diff) | |
Add overlays.
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/ci/user-overlays/11922-ppedrot-rm-local-reductionops.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dev/ci/user-overlays/11922-ppedrot-rm-local-reductionops.sh b/dev/ci/user-overlays/11922-ppedrot-rm-local-reductionops.sh new file mode 100644 index 0000000000..c9ddb3fb9f --- /dev/null +++ b/dev/ci/user-overlays/11922-ppedrot-rm-local-reductionops.sh @@ -0,0 +1,9 @@ +if [ "$CI_PULL_REQUEST" = "11922" ] || [ "$CI_BRANCH" = "rm-local-reductionops" ]; then + + equations_CI_REF="rm-local-reductionops" + equations_CI_GITURL=https://github.com/ppedrot/Coq-Equations + + unicoq_CI_REF="rm-local-reductionops" + unicoq_CI_GITURL=https://github.com/ppedrot/unicoq + +fi |
