blob: f7811cd6f86f3ec1fc9db624e490fa457876c02c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
_OVERLAY_BRANCH=rm-reference
if [ "$CI_PULL_REQUEST" = "7797" ] || [ "$CI_BRANCH" = "_OVERLAY_BRANCH" ]; then
Equations_CI_BRANCH="$_OVERLAY_BRANCH"
Equations_CI_GITURL=https://github.com/maximedenes/Coq-Equations.git
ltac2_CI_BRANCH="fix-7797"
ltac2_CI_GITURL=https://github.com/ppedrot/Ltac2.git
quickchick_CI_BRANCH="$_OVERLAY_BRANCH"
quickchick_CI_GITURL=https://github.com/maximedenes/QuickChick.git
coq_dpdgraph_CI_BRANCH="$_OVERLAY_BRANCH"
coq_dpdgraph_CI_GITURL=https://github.com/maximedenes/coq-dpdgraph.git
Elpi_CI_BRANCH="$_OVERLAY_BRANCH"
Elpi_CI_GITURL=https://github.com/maximedenes/coq-elpi.git
fi
|