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