- echo ':DOSWin:M::MZ::/usr/bin/wine:' > /proc/sys/fs/binfmt_misc/register
- mingw${arch_bits}-configure --disable-gcc-warnings --host=${arch_name}-w64-mingw32 --target=${arch_name}-w64-mingw32 --cache-file $CCACHE_FILE --disable-nls --with-included-unistring --disable-non-suiteb-curves --disable-full-test-suite --disable-doc --with-pkcs12-iter-count=10000
- mingw${arch_bits}-make -j$BUILDJOBS
- # https://bugzilla.redhat.com/show_bug.cgi?id=2049401
- - mingw${arch_bits}-make -j$BUILDJOBS -C $PWD/tests check TESTS=""
+ - mingw${arch_bits}-make -j$BUILDJOBS -C tests check TESTS=""
.mingw/test:
extends:
- mount -t binfmt_misc binfmt_misc /proc/sys/fs/binfmt_misc
- echo ':DOSWin:M::MZ::/usr/bin/wine:' > /proc/sys/fs/binfmt_misc/register
script:
- # https://bugzilla.redhat.com/show_bug.cgi?id=2049401
- - mingw${arch_bits}-make -j$CHECKJOBS -C $PWD/tests check
+ - mingw${arch_bits}-make -j$CHECKJOBS -C tests check
timeout: 3h
.mingw/archive: