aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/ci/ci-basic-overlay.sh
blob: 3807ff90c541f2d4b61b9255811e993adc04aa9b (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
#!/usr/bin/env bash

# This is the basic overlay set for repositories in the CI.

# Maybe we should just use Ruby to have real objects...

# : "${foo:=bar}" sets foo to "bar" if it is unset or null

########################################################################
# MathComp
########################################################################
: "${mathcomp_CI_BRANCH:=master}"
: "${mathcomp_CI_GITURL:=https://github.com/math-comp/math-comp.git}"
: "${oddorder_CI_BRANCH:=master}"
: "${oddorder_CI_GITURL:=https://github.com/math-comp/odd-order.git}"

########################################################################
# UniMath
########################################################################
: "${UniMath_CI_BRANCH:=master}"
: "${UniMath_CI_GITURL:=https://github.com/UniMath/UniMath.git}"

########################################################################
# Unicoq + Mtac2
########################################################################
: "${unicoq_CI_BRANCH:=master}"
: "${unicoq_CI_GITURL:=https://github.com/unicoq/unicoq.git}"

: "${mtac2_CI_BRANCH:=master-sync}"
: "${mtac2_CI_GITURL:=https://github.com/Mtac2/Mtac2.git}"

########################################################################
# Mathclasses + Corn
########################################################################
: "${math_classes_CI_BRANCH:=master}"
: "${math_classes_CI_GITURL:=https://github.com/math-classes/math-classes.git}"

: "${Corn_CI_BRANCH:=master}"
: "${Corn_CI_GITURL:=https://github.com/c-corn/corn.git}"

########################################################################
# Iris
########################################################################
: "${stdpp_CI_BRANCH:=master}"
: "${stdpp_CI_GITURL:=https://gitlab.mpi-sws.org/robbertkrebbers/coq-stdpp.git}"

: "${Iris_CI_BRANCH:=master}"
: "${Iris_CI_GITURL:=https://gitlab.mpi-sws.org/FP/iris-coq.git}"

: "${lambdaRust_CI_BRANCH:=master}"
: "${lambdaRust_CI_GITURL:=https://gitlab.mpi-sws.org/FP/LambdaRust-coq.git}"

########################################################################
# HoTT
########################################################################
: "${HoTT_CI_BRANCH:=master}"
: "${HoTT_CI_GITURL:=https://github.com/HoTT/HoTT.git}"

########################################################################
# Ltac2
########################################################################
: "${ltac2_CI_BRANCH:=master}"
: "${ltac2_CI_GITURL:=https://github.com/ppedrot/ltac2.git}"

########################################################################
# GeoCoq
########################################################################
: "${GeoCoq_CI_BRANCH:=master}"
: "${GeoCoq_CI_GITURL:=https://github.com/GeoCoq/GeoCoq.git}"

########################################################################
# Flocq
########################################################################
: "${Flocq_CI_BRANCH:=master}"
: "${Flocq_CI_GITURL:=https://gitlab.inria.fr/flocq/flocq.git}"

########################################################################
# Coquelicot
########################################################################
: "${Coquelicot_CI_BRANCH:=master}"
: "${Coquelicot_CI_GITURL:=https://scm.gforge.inria.fr/anonscm/git/coquelicot/coquelicot.git}"

########################################################################
# CompCert
########################################################################
: "${CompCert_CI_BRANCH:=master}"
: "${CompCert_CI_GITURL:=https://github.com/AbsInt/CompCert.git}"

########################################################################
# VST
########################################################################
: "${VST_CI_BRANCH:=master}"
: "${VST_CI_GITURL:=https://github.com/PrincetonUniversity/VST.git}"

########################################################################
# cross-crypto
########################################################################
: "${cross_crypto_CI_BRANCH:=master}"
: "${cross_crypto_CI_GITURL:=https://github.com/mit-plv/cross-crypto.git}"

########################################################################
# fiat_parsers
########################################################################
: "${fiat_parsers_CI_BRANCH:=master}"
: "${fiat_parsers_CI_GITURL:=https://github.com/mit-plv/fiat.git}"

########################################################################
# fiat_crypto
########################################################################
: "${fiat_crypto_CI_BRANCH:=master}"
: "${fiat_crypto_CI_GITURL:=https://github.com/mit-plv/fiat-crypto.git}"

########################################################################
# formal-topology
########################################################################
: "${formal_topology_CI_BRANCH:=ci}"
: "${formal_topology_CI_GITURL:=https://github.com/bmsherman/topology.git}"

########################################################################
# coq-dpdgraph
########################################################################
: "${coq_dpdgraph_CI_BRANCH:=coq-master}"
: "${coq_dpdgraph_CI_GITURL:=https://github.com/Karmaki/coq-dpdgraph.git}"

########################################################################
# CoLoR
########################################################################
: "${CoLoR_CI_BRANCH:=master}"
: "${CoLoR_CI_GITURL:=https://github.com/fblanqui/color.git}"

########################################################################
# SF
########################################################################
: "${sf_lf_CI_TARURL:=https://www.cis.upenn.edu/~bcpierce/sf/lf-current/lf.tgz}"
: "${sf_plf_CI_TARURL:=https://www.cis.upenn.edu/~bcpierce/sf/plf-current/plf.tgz}"
: "${sf_vfa_CI_TARURL:=https://www.cis.upenn.edu/~bcpierce/sf/vfa-current/vfa.tgz}"

########################################################################
# TLC
########################################################################
: "${tlc_CI_BRANCH:=master}"
: "${tlc_CI_GITURL:=https://gforge.inria.fr/git/tlc/tlc.git}"

########################################################################
# Bignums
########################################################################
: "${bignums_CI_BRANCH:=master}"
: "${bignums_CI_GITURL:=https://github.com/coq/bignums.git}"

########################################################################
# Equations
########################################################################
: "${Equations_CI_BRANCH:=master}"
: "${Equations_CI_GITURL:=https://github.com/mattam82/Coq-Equations.git}"

########################################################################
# Elpi
########################################################################
: "${Elpi_CI_BRANCH:=coq-master}"
: "${Elpi_CI_GITURL:=https://github.com/LPCIC/coq-elpi.git}"

########################################################################
# fcsl-pcm
########################################################################
: "${fcsl_pcm_CI_BRANCH:=master}"
: "${fcsl_pcm_CI_GITURL:=https://github.com/imdea-software/fcsl-pcm.git}"

########################################################################
# pidetop
########################################################################
: "${pidetop_CI_BRANCH:=v8.9}"
: "${pidetop_CI_GITURL:=https://bitbucket.org/coqpide/pidetop.git}"

########################################################################
# ext-lib
########################################################################
: "${ext_lib_CI_BRANCH:=master}"
: "${ext_lib_CI_GITURL:=https://github.com/coq-ext-lib/coq-ext-lib.git}"

########################################################################
# quickchick
########################################################################
: "${quickchick_CI_BRANCH:=master}"
: "${quickchick_CI_GITURL:=https://github.com/QuickChick/QuickChick.git}"