Skip to content

Commit

Permalink
ci: windows full build
Browse files Browse the repository at this point in the history
Signed-off-by: Pierrick Bouvier <[email protected]>
  • Loading branch information
pbo-linaro committed Mar 6, 2025
1 parent d8e8766 commit 731e9cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 731e9cb

Please sign in to comment.