Skip to content

Commit 3fb3269

Browse files
ci: Add 32-bit MinGW64 build
This commit also raises the TEST_ITERS for wine tasks to the default. The overhead of wine is negligible, so we can certainly afford the same number of iterations as for native Linux tests.
1 parent 9efc2e5 commit 3fb3269

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.cirrus.yml

+8-4
Original file line numberDiff line numberDiff line change
@@ -246,18 +246,22 @@ task:
246246
<< : *CAT_LOGS
247247

248248
task:
249-
name: "x86_64 (mingw32-w64): Windows (Debian stable, Wine)"
250249
<< : *LINUX_CONTAINER
251250
env:
252-
WRAPPER_CMD: wine64-stable
253-
SECP256K1_TEST_ITERS: 16
254-
HOST: x86_64-w64-mingw32
251+
WRAPPER_CMD: wine
255252
WITH_VALGRIND: no
256253
ECDH: yes
257254
RECOVERY: yes
258255
EXPERIMENTAL: yes
259256
SCHNORRSIG: yes
260257
CTIMETEST: no
258+
matrix:
259+
- name: "x86_64 (mingw32-w64): Windows (Debian stable, Wine)"
260+
env:
261+
HOST: x86_64-w64-mingw32
262+
- name: "i686 (mingw32-w64): Windows (Debian stable, Wine)"
263+
env:
264+
HOST: i686-w64-mingw32
261265
<< : *MERGE_BASE
262266
test_script:
263267
- ./ci/cirrus.sh

0 commit comments

Comments
 (0)