From 8b012dd74f1bd90ec899507deeb24d129bbc30e7 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..1ebb81d57cad 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: wget https://raw.githubusercontent.com/msys2/MINGW-packages/refs/heads/master/mingw-w64-qemu/PKGBUILD + - run: makepkg --syncdeps --nobuild --noconfirm PKGBUILD || true - 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