aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/user-overlays/12023-herbelin-master+fixing-empty-Ltac-v-file.sh
blob: 6bee3c7bb617b814d79f70581ad7879cad948955 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
if [ "$CI_PULL_REQUEST" = "12023" ] || [ "$CI_BRANCH" = "master+fixing-empty-Ltac-v-file" ]; then

    fiat_crypto_CI_REF=master+pr12023-atomic-tactic-now-qualified-in-ltac-file
    fiat_crypto_CI_GITURL=https://github.com/herbelin/fiat-crypto

    mtac2_CI_REF=master+pr12023-atomic-tactic-now-qualified-in-ltac-file
    mtac2_CI_GITURL=https://github.com/herbelin/Mtac2

    metacoq_CI_REF=master+pr12023-atomic-tactic-now-qualified-in-ltac-file
    metacoq_CI_GITURL=https://github.com/herbelin/template-coq

    unimath_CI_REF=master+pr12023-atomic-tactic-now-qualified-in-ltac-file
    unimath_CI_GITURL=https://github.com/herbelin/UniMath

fi