blob: b9fdc338b5a7ceb82b745179bcfb86099c5d20cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
if [ "$CI_PULL_REQUEST" = "12372" ] || [ "$CI_BRANCH" = "proof+info" ]; then
rewriter_CI_REF=proof+info
rewriter_CI_GITURL=https://github.com/ejgallego/rewriter
paramcoq_CI_REF=proof+info
paramcoq_CI_GITURL=https://github.com/ejgallego/paramcoq
mtac2_CI_REF=proof+info
mtac2_CI_GITURL=https://github.com/ejgallego/Mtac2
equations_CI_REF=proof+info
equations_CI_GITURL=https://github.com/ejgallego/Coq-Equations
elpi_CI_REF=proof+info
elpi_CI_GITURL=https://github.com/ejgallego/coq-elpi
aac_tactics_CI_REF=proof+info
aac_tactics_CI_GITURL=https://github.com/ejgallego/aac-tactics
metacoq_CI_REF=proof+info
metacoq_CI_GITURL=https://github.com/ejgallego/metacoq
fi
|