blob: a125337dd96a2863b6f22d29e6a0a08841358a6a (
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
25
26
27
28
29
30
31
32
33
|
if [ "$CI_PULL_REQUEST" = "11368" ] || [ "$CI_BRANCH" = "trailing_implicit_error" ]; then
mathcomp_CI_REF=non_maximal_implicit
mathcomp_CI_GITURL=https://github.com/SimonBoulier/math-comp
oddorder_CI_REF=non_maximal_implicit
oddorder_CI_GITURL=https://github.com/SimonBoulier/odd-order
stdlib2_CI_REF=non_maximal_implicit
stdlib2_CI_GITURL=https://github.com/SimonBoulier/stdlib2
coq_dpdgraph_CI_REF=non_maximal_implicit
coq_dpdgraph_CI_GITURL=https://github.com/SimonBoulier/coq-dpdgraph
vst_CI_REF=non_maximal_implicit
vst_CI_GITURL=https://github.com/SimonBoulier/VST
equations_CI_REF=non_maximal_implicit
equations_CI_GITURL=https://github.com/SimonBoulier/Coq-Equations
mtac2_CI_REF=non_maximal_implicit
mtac2_CI_GITURL=https://github.com/SimonBoulier/Mtac2
relation_algebra_CI_REF=non_maximal_implicit
relation_algebra_CI_GITURL=https://github.com/SimonBoulier/relation-algebra
fiat_parsers_CI_REF=non_maximal_implicit
fiat_parsers_CI_GITURL=https://github.com/SimonBoulier/fiat
Corn_CI_REF=non_maximal_implicit
Corn_CI_GITURL=https://github.com/SimonBoulier/corn
fi
|