21
21
ECDH : no
22
22
RECOVERY : no
23
23
SCHNORRSIG : no
24
+ ELLSWIFT : no
24
25
# ## test options
25
26
SECP256K1_TEST_ITERS :
26
27
BENCH : yes
@@ -74,12 +75,12 @@ task:
74
75
<< : *LINUX_CONTAINER
75
76
matrix : &ENV_MATRIX
76
77
- env : {WIDEMUL: int64, RECOVERY: yes}
77
- - env : {WIDEMUL: int64, ECDH: yes, SCHNORRSIG: yes}
78
+ - env : {WIDEMUL: int64, ECDH: yes, SCHNORRSIG: yes, ELLSWIFT: yes }
78
79
- env : {WIDEMUL: int128}
79
- - env : {WIDEMUL: int128_struct}
80
- - env : {WIDEMUL: int128, RECOVERY: yes, SCHNORRSIG: yes}
80
+ - env : {WIDEMUL: int128_struct, ELLSWIFT: yes }
81
+ - env : {WIDEMUL: int128, RECOVERY: yes, SCHNORRSIG: yes, ELLSWIFT: yes }
81
82
- env : {WIDEMUL: int128, ECDH: yes, SCHNORRSIG: yes}
82
- - env : {WIDEMUL: int128, ASM: x86_64}
83
+ - env : {WIDEMUL: int128, ASM: x86_64 , ELLSWIFT: yes }
83
84
- env : { RECOVERY: yes, SCHNORRSIG: yes}
84
85
- env : {CTIMETESTS: no, RECOVERY: yes, ECDH: yes, SCHNORRSIG: yes, CPPFLAGS: -DVERIFY}
85
86
- env : {BUILD: distcheck, WITH_VALGRIND: no, CTIMETESTS: no, BENCH: no}
@@ -154,6 +155,7 @@ task:
154
155
ECDH : yes
155
156
RECOVERY : yes
156
157
SCHNORRSIG : yes
158
+ ELLSWIFT : yes
157
159
CTIMETESTS : no
158
160
<< : *MERGE_BASE
159
161
test_script :
@@ -173,6 +175,7 @@ task:
173
175
ECDH : yes
174
176
RECOVERY : yes
175
177
SCHNORRSIG : yes
178
+ ELLSWIFT : yes
176
179
CTIMETESTS : no
177
180
matrix :
178
181
- env : {}
@@ -193,6 +196,7 @@ task:
193
196
ECDH : yes
194
197
RECOVERY : yes
195
198
SCHNORRSIG : yes
199
+ ELLSWIFT : yes
196
200
CTIMETESTS : no
197
201
<< : *MERGE_BASE
198
202
test_script :
@@ -210,6 +214,7 @@ task:
210
214
ECDH : yes
211
215
RECOVERY : yes
212
216
SCHNORRSIG : yes
217
+ ELLSWIFT : yes
213
218
CTIMETESTS : no
214
219
<< : *MERGE_BASE
215
220
test_script :
@@ -247,6 +252,7 @@ task:
247
252
RECOVERY : yes
248
253
EXPERIMENTAL : yes
249
254
SCHNORRSIG : yes
255
+ ELLSWIFT : yes
250
256
CTIMETESTS : no
251
257
# Use a MinGW-w64 host to tell ./configure we're building for Windows.
252
258
# This will detect some MinGW-w64 tools but then make will need only
@@ -286,6 +292,7 @@ task:
286
292
ECDH : yes
287
293
RECOVERY : yes
288
294
SCHNORRSIG : yes
295
+ ELLSWIFT : yes
289
296
CTIMETESTS : no
290
297
matrix :
291
298
- name : " Valgrind (memcheck)"
@@ -361,6 +368,7 @@ task:
361
368
ECDH : yes
362
369
RECOVERY : yes
363
370
SCHNORRSIG : yes
371
+ ELLSWIFT : yes
364
372
<< : *MERGE_BASE
365
373
test_script :
366
374
- ./ci/cirrus.sh
0 commit comments