aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/ci/user-overlays/07136-evar-map-econstr.sh
blob: 06aa62726da1e6aba3c0e6735afbb612cf009913 (plain)
1
2
3
4
5
6
7
if [ "$CI_PULL_REQUEST" = "7136" ] || [ "$CI_BRANCH" = "evar-map-econstr" ]; then
    Equations_CI_BRANCH=8.9+alpha
    Equations_CI_GITURL=https://github.com/SkySkimmer/Coq-Equations.git

    Elpi_CI_BRANCH=coq-7136
    Elpi_CI_GITURL=https://github.com/SkySkimmer/coq-elpi.git
fi