From 731e9cb456d444cce87ec4ae77fed61e8b64fbcd Mon Sep 17 00:00:00 2001 From: Pierrick Bouvier Date: Thu, 6 Mar 2025 07:36:46 -0800 Subject: [PATCH] ci: windows full build Signed-off-by: Pierrick Bouvier --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6a521539fa33..a473fd91f7f8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -103,6 +103,9 @@ jobs: ${MINGW_PACKAGE_PREFIX}-python ${MINGW_PACKAGE_PREFIX}-SDL2 ${MINGW_PACKAGE_PREFIX}-zstd + - run: pacman -S --noconfirm wget base-devel git + - run: git clone https://github.com/msys2/MINGW-packages --depth=1 + - run: makepkg --syncdeps --nobuild --noconfirm ./MINGW-packages/mingw-w64-qemu/PKGBUILD - run: ./configure && ninja -C build - run: ./build/qemu-system-x86_64 -nographic -plugin ./build/contrib/plugins/libstoptrigger,icount=1000000 -plugin ./build/tests/tcg/plugins/libinsn -d plugin