diff options
Diffstat (limited to 'dev/ci/user-overlays')
-rw-r--r-- | dev/ci/user-overlays/06775-univ-cumul-weak.sh | 4 | ||||
-rw-r--r-- | dev/ci/user-overlays/06923-ppedrot-export-options.sh | 7 |
2 files changed, 11 insertions, 0 deletions
diff --git a/dev/ci/user-overlays/06775-univ-cumul-weak.sh b/dev/ci/user-overlays/06775-univ-cumul-weak.sh new file mode 100644 index 000000000..8afcbf78a --- /dev/null +++ b/dev/ci/user-overlays/06775-univ-cumul-weak.sh @@ -0,0 +1,4 @@ +if [ "$CI_PULL_REQUEST" = "6775" ] || [ "$CI_BRANCH" = "univ-cumul" ]; then + Elpi_CI_BRANCH=coq-master + Elpi_CI_GITURL=https://github.com/SkySkimmer/coq-elpi.git +fi diff --git a/dev/ci/user-overlays/06923-ppedrot-export-options.sh b/dev/ci/user-overlays/06923-ppedrot-export-options.sh new file mode 100644 index 000000000..333a9e84b --- /dev/null +++ b/dev/ci/user-overlays/06923-ppedrot-export-options.sh @@ -0,0 +1,7 @@ +if [ "$CI_PULL_REQUEST" = "6923" ] || [ "$CI_BRANCH" = "export-options" ]; then + ltac2_CI_BRANCH=export-options + ltac2_CI_GITURL=https://github.com/ppedrot/ltac2 + + Equations_CI_BRANCH=export-options + Equations_CI_GITURL=https://github.com/ppedrot/Coq-Equations +fi |