@@ -236,48 +236,6 @@ task:
236236 - ./ci/cirrus.sh
237237 << : *CAT_LOGS
238238
239- task :
240- << : *LINUX_CONTAINER
241- env :
242- WRAPPER_CMD : wine
243- WERROR_CFLAGS : -WX
244- WITH_VALGRIND : no
245- ECDH : yes
246- RECOVERY : yes
247- EXPERIMENTAL : yes
248- SCHNORRSIG : yes
249- ELLSWIFT : yes
250- CTIMETESTS : no
251- # Use a MinGW-w64 host to tell ./configure we're building for Windows.
252- # This will detect some MinGW-w64 tools but then make will need only
253- # the MSVC tools CC, AR and NM as specified below.
254- HOST : x86_64-w64-mingw32
255- CC : /opt/msvc/bin/x64/cl
256- AR : /opt/msvc/bin/x64/lib
257- NM : /opt/msvc/bin/x64/dumpbin -symbols -headers
258- # Set non-essential options that affect the CLI messages here.
259- # (They depend on the user's taste, so we don't want to set them automatically in configure.ac.)
260- CFLAGS : -nologo -diagnostics:caret
261- LDFLAGS : -Xlinker -Xlinker -Xlinker -nologo
262- matrix :
263- - name : " x86_64 (MSVC): Windows (Debian stable, Wine)"
264- - name : " x86_64 (MSVC): Windows (Debian stable, Wine, int128_struct)"
265- env :
266- WIDEMUL : int128_struct
267- - name : " x86_64 (MSVC): Windows (Debian stable, Wine, int128_struct with __(u)mulh)"
268- env :
269- WIDEMUL : int128_struct
270- CPPFLAGS : -DSECP256K1_MSVC_MULH_TEST_OVERRIDE
271- - name : " i686 (MSVC): Windows (Debian stable, Wine)"
272- env :
273- HOST : i686-w64-mingw32
274- CC : /opt/msvc/bin/x86/cl
275- AR : /opt/msvc/bin/x86/lib
276- NM : /opt/msvc/bin/x86/dumpbin -symbols -headers
277- test_script :
278- - ./ci/cirrus.sh
279- << : *CAT_LOGS
280-
281239# Sanitizers
282240task :
283241 << : *LINUX_CONTAINER
@@ -370,4 +328,3 @@ task:
370328 test_script :
371329 - g++ -Werror include/*.h
372330 - clang -Werror -x c++-header include/*.h
373- - /opt/msvc/bin/x64/cl.exe -c -WX -TP include/*.h
0 commit comments