6969 - env : {WIDEMUL: int64, RECOVERY: yes}
7070 - env : {WIDEMUL: int64, ECDH: yes, SCHNORRSIG: yes}
7171 - env : {WIDEMUL: int128}
72+ - env : {WIDEMUL: int128_struct}
7273 - env : {WIDEMUL: int128, RECOVERY: yes, SCHNORRSIG: yes}
7374 - env : {WIDEMUL: int128, ECDH: yes, SCHNORRSIG: yes}
7475 - env : {WIDEMUL: int128, ASM: x86_64}
@@ -272,6 +273,10 @@ task:
272273 EXPERIMENTAL : yes
273274 SCHNORRSIG : yes
274275 CTIMETEST : no
276+ HOST : x86_64-w64-mingw32
277+ CC : /opt/msvc/bin/x64/cl
278+ AR : /opt/msvc/bin/x64/lib
279+ NM : /opt/msvc/bin/x64/dumpbin -symbols -headers
275280 # Set non-essential options that affect the CLI messages here.
276281 # (They depend on the user's taste, so we don't want to set them automatically in configure.ac.)
277282 CFLAGS : -nologo -diagnostics:caret
@@ -281,11 +286,9 @@ task:
281286 # the MSVC tools CC, AR and NM as specified below.
282287 matrix :
283288 - name : " x86_64 (MSVC): Windows (Debian stable, Wine)"
289+ - name : " x86_64 (MSVC): Windows (Debian stable, Wine, int128_struct)"
284290 env :
285- HOST : x86_64-w64-mingw32
286- CC : /opt/msvc/bin/x64/cl
287- AR : /opt/msvc/bin/x64/lib
288- NM : /opt/msvc/bin/x64/dumpbin -symbols -headers
291+ WIDEMUL : int128_struct
289292 - name : " i686 (MSVC): Windows (Debian stable, Wine)"
290293 env :
291294 HOST : i686-w64-mingw32
0 commit comments