aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/user-overlays/11836-ejgallego-obligations+functional.sh
blob: 232ca2bf0de743aab1df95cd9e0bd1b522374128 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
if [ "$CI_PULL_REQUEST" = "11836" ] || [ "$CI_BRANCH" = "obligations+functional" ]; then

    equations_CI_REF=obligations+functional
    equations_CI_GITURL=https://github.com/ejgallego/Coq-Equations

    paramcoq_CI_REF=obligations+functional
    paramcoq_CI_GITURL=https://github.com/ejgallego/paramcoq

    mtac2_CI_REF=obligations+functional
    mtac2_CI_GITURL=https://github.com/ejgallego/Mtac2

fi