aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/user-overlays/12977-ppedrot-static-hint-poly.sh
blob: 7bed43afe1e7fe4b381ddb7a57a70e09818cc413 (plain)
1
2
3
4
5
6
7
8
9
if [ "$CI_PULL_REQUEST" = "12977" ] || [ "$CI_BRANCH" = "static-hint-poly" ]; then

    equations_CI_REF=static-hint-poly
    equations_CI_GITURL=https://github.com/ppedrot/Coq-Equations

    fiat_parsers_CI_REF=static-hint-poly
    fiat_parsers_CI_GITURL=https://github.com/ppedrot/fiat

fi