aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/user-overlays/10316-ejgallego-proof+recthms.sh
blob: d133bc9993d95ff4eb43f1e7a8da347d9414fcb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
if [ "$CI_PULL_REQUEST" = "10316" ] || [ "$CI_BRANCH" = "proof+recthms" ]; then

    elpi_CI_REF=proof+recthms
    elpi_CI_GITURL=https://github.com/ejgallego/coq-elpi

    equations_CI_REF=proof+recthms
    equations_CI_GITURL=https://github.com/ejgallego/Coq-Equations

    mtac2_CI_REF=proof+recthms
    mtac2_CI_GITURL=https://github.com/ejgallego/Mtac2

    paramcoq_CI_REF=proof+recthms
    paramcoq_CI_GITURL=https://github.com/ejgallego/paramcoq

    quickchick_CI_REF=proof+recthms
    quickchick_CI_GITURL=https://github.com/ejgallego/QuickChick

fi