18
18
ECDH : no
19
19
RECOVERY : no
20
20
SCHNORRSIG : no
21
+ BATCH : no
21
22
# ## test options
22
23
SECP256K1_TEST_ITERS :
23
24
BENCH : yes
@@ -67,12 +68,12 @@ task:
67
68
<< : *LINUX_CONTAINER
68
69
matrix : &ENV_MATRIX
69
70
- env : {WIDEMUL: int64, RECOVERY: yes}
70
- - env : {WIDEMUL: int64, ECDH: yes, SCHNORRSIG: yes}
71
+ - env : {WIDEMUL: int64, ECDH: yes, SCHNORRSIG: yes, BATCH: yes }
71
72
- env : {WIDEMUL: int128}
72
- - env : {WIDEMUL: int128, RECOVERY: yes, SCHNORRSIG: yes}
73
- - env : {WIDEMUL: int128, ECDH: yes, SCHNORRSIG: yes}
73
+ - env : {WIDEMUL: int128, RECOVERY: yes, SCHNORRSIG: yes, BATCH: yes }
74
+ - env : {WIDEMUL: int128, ECDH: yes, SCHNORRSIG: yes, BATCH: yes }
74
75
- env : {WIDEMUL: int128, ASM: x86_64}
75
- - env : { RECOVERY: yes, SCHNORRSIG: yes}
76
+ - env : { RECOVERY: yes, SCHNORRSIG: yes, BATCH: yes }
76
77
- env : {BUILD: distcheck, WITH_VALGRIND: no, CTIMETEST: no, BENCH: no}
77
78
- env : {CPPFLAGS: -DDETERMINISTIC}
78
79
- env : {CFLAGS: -O0, CTIMETEST: no}
96
97
ECDH : yes
97
98
RECOVERY : yes
98
99
SCHNORRSIG : yes
100
+ BATCH : yes
99
101
matrix :
100
102
- env :
101
103
CC : i686-linux-gnu-gcc
@@ -178,6 +180,7 @@ task:
178
180
ECDH : yes
179
181
RECOVERY : yes
180
182
SCHNORRSIG : yes
183
+ BATCH : yes
181
184
CTIMETEST : no
182
185
<< : *MERGE_BASE
183
186
test_script :
@@ -197,6 +200,7 @@ task:
197
200
ECDH : yes
198
201
RECOVERY : yes
199
202
SCHNORRSIG : yes
203
+ BATCH : yes
200
204
CTIMETEST : no
201
205
matrix :
202
206
- env : {}
@@ -217,6 +221,7 @@ task:
217
221
ECDH : yes
218
222
RECOVERY : yes
219
223
SCHNORRSIG : yes
224
+ BATCH : yes
220
225
CTIMETEST : no
221
226
<< : *MERGE_BASE
222
227
test_script :
@@ -234,6 +239,7 @@ task:
234
239
ECDH : yes
235
240
RECOVERY : yes
236
241
SCHNORRSIG : yes
242
+ BATCH : yes
237
243
CTIMETEST : no
238
244
<< : *MERGE_BASE
239
245
test_script :
@@ -251,6 +257,7 @@ task:
251
257
ECDH : yes
252
258
RECOVERY : yes
253
259
SCHNORRSIG : yes
260
+ BATCH : yes
254
261
CTIMETEST : no
255
262
<< : *MERGE_BASE
256
263
test_script :
@@ -264,6 +271,7 @@ task:
264
271
ECDH : yes
265
272
RECOVERY : yes
266
273
SCHNORRSIG : yes
274
+ BATCH : yes
267
275
CTIMETEST : no
268
276
matrix :
269
277
- name : " Valgrind (memcheck)"
@@ -313,6 +321,7 @@ task:
313
321
ECDH : yes
314
322
RECOVERY : yes
315
323
SCHNORRSIG : yes
324
+ BATCH : yes
316
325
<< : *MERGE_BASE
317
326
test_script :
318
327
- ./ci/cirrus.sh
0 commit comments