19
19
ECDH : no
20
20
RECOVERY : no
21
21
SCHNORRSIG : no
22
+ ELLSWIFT : no
22
23
# ## test options
23
24
SECP256K1_TEST_ITERS :
24
25
BENCH : yes
@@ -72,12 +73,12 @@ task:
72
73
<< : *LINUX_CONTAINER
73
74
matrix : &ENV_MATRIX
74
75
- env : {WIDEMUL: int64, RECOVERY: yes}
75
- - env : {WIDEMUL: int64, ECDH: yes, SCHNORRSIG: yes}
76
+ - env : {WIDEMUL: int64, ECDH: yes, SCHNORRSIG: yes, ELLSWIFT: yes }
76
77
- env : {WIDEMUL: int128}
77
- - env : {WIDEMUL: int128_struct}
78
- - env : {WIDEMUL: int128, RECOVERY: yes, SCHNORRSIG: yes}
78
+ - env : {WIDEMUL: int128_struct, ELLSWIFT: yes }
79
+ - env : {WIDEMUL: int128, RECOVERY: yes, SCHNORRSIG: yes, ELLSWIFT: yes }
79
80
- env : {WIDEMUL: int128, ECDH: yes, SCHNORRSIG: yes}
80
- - env : {WIDEMUL: int128, ASM: x86_64}
81
+ - env : {WIDEMUL: int128, ASM: x86_64 , ELLSWIFT: yes }
81
82
- env : { RECOVERY: yes, SCHNORRSIG: yes}
82
83
- env : {BUILD: distcheck, WITH_VALGRIND: no, CTIMETEST: no, BENCH: no}
83
84
- env : {CPPFLAGS: -DDETERMINISTIC}
@@ -151,6 +152,7 @@ task:
151
152
ECDH : yes
152
153
RECOVERY : yes
153
154
SCHNORRSIG : yes
155
+ ELLSWIFT : yes
154
156
CTIMETEST : no
155
157
<< : *MERGE_BASE
156
158
test_script :
@@ -170,6 +172,7 @@ task:
170
172
ECDH : yes
171
173
RECOVERY : yes
172
174
SCHNORRSIG : yes
175
+ ELLSWIFT : yes
173
176
CTIMETEST : no
174
177
matrix :
175
178
- env : {}
@@ -190,6 +193,7 @@ task:
190
193
ECDH : yes
191
194
RECOVERY : yes
192
195
SCHNORRSIG : yes
196
+ ELLSWIFT : yes
193
197
CTIMETEST : no
194
198
<< : *MERGE_BASE
195
199
test_script :
@@ -207,6 +211,7 @@ task:
207
211
ECDH : yes
208
212
RECOVERY : yes
209
213
SCHNORRSIG : yes
214
+ ELLSWIFT : yes
210
215
CTIMETEST : no
211
216
<< : *MERGE_BASE
212
217
test_script :
@@ -244,6 +249,7 @@ task:
244
249
RECOVERY : yes
245
250
EXPERIMENTAL : yes
246
251
SCHNORRSIG : yes
252
+ ELLSWIFT : yes
247
253
CTIMETEST : no
248
254
# Use a MinGW-w64 host to tell ./configure we're building for Windows.
249
255
# This will detect some MinGW-w64 tools but then make will need only
@@ -283,6 +289,7 @@ task:
283
289
ECDH : yes
284
290
RECOVERY : yes
285
291
SCHNORRSIG : yes
292
+ ELLSWIFT : yes
286
293
CTIMETEST : no
287
294
matrix :
288
295
- name : " Valgrind (memcheck)"
@@ -357,6 +364,7 @@ task:
357
364
ECDH : yes
358
365
RECOVERY : yes
359
366
SCHNORRSIG : yes
367
+ ELLSWIFT : yes
360
368
<< : *MERGE_BASE
361
369
test_script :
362
370
- ./ci/cirrus.sh
0 commit comments