blob: 0ec0c3673ae95374b6f388fed492e79d62952395 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
if [ "$CI_PULL_REQUEST" = "10419" ] || [ "$CI_BRANCH" = "heads+test" ]; then
elpi_CI_REF=heads+test
elpi_CI_GITURL=https://github.com/ejgallego/coq-elpi
equations_CI_REF=heads+test
equations_CI_GITURL=https://github.com/ejgallego/Coq-Equations
mtac2_CI_REF=heads+test
mtac2_CI_GITURL=https://github.com/ejgallego/Mtac2
paramcoq_CI_REF=heads+test
paramcoq_CI_GITURL=https://github.com/ejgallego/paramcoq
quickchick_CI_REF=heads+test
quickchick_CI_GITURL=https://github.com/ejgallego/QuickChick
fi
|