From 7a9641da1f374f4369238480ee77c12d913e2ca9 Mon Sep 17 00:00:00 2001 From: barbudreadmon Date: Mon, 10 Jan 2022 10:00:00 +0100 Subject: [PATCH] github actions: debug & non-debug windows builds --- .github/workflows/AutoBuild.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/AutoBuild.yml b/.github/workflows/AutoBuild.yml index 9d2a32746..d6804d74b 100644 --- a/.github/workflows/AutoBuild.yml +++ b/.github/workflows/AutoBuild.yml @@ -13,10 +13,13 @@ jobs: strategy: matrix: platform: - - { name: Windows x32, os: windows-2019, shell: msys2, makeopts: mingw510 USE_UCRT=1, arch: i686, msys: MINGW32 } - - { name: Linux SDL 2, os: ubuntu-20.04, shell: bash, makeopts: sdl2} - - { name: Linux SDL 1.2, os: ubuntu-20.04, shell: bash, makeopts: sdl} + - { name: Windows x32, os: windows-2019, shell: msys2, makeopts: mingw510 USE_UCRT=1 RELEASEBUILD=1, arch: i686, msys: MINGW32 } + - { name: Windows x32 (Debug), os: windows-2019, shell: msys2, makeopts: mingw510 USE_UCRT=1, arch: i686, msys: MINGW32 } + - { name: Linux SDL 2, os: ubuntu-20.04, shell: bash, makeopts: sdl2} + - { name: Linux SDL 1.2, os: ubuntu-20.04, shell: bash, makeopts: sdl} #- { name: MacOS XCode, os: macos-latest } + # x64 builds are broken due to mips3 x64 drc not building with recent gcc + #- { name: Windows x64, os: windows-2019, shell: msys2, makeopts: mingw510 USE_UCRT=1 BUILD_X64_EXE=1, arch: x86_64, msys: MINGW64 } steps: - name: Install Windows MSYS2 dependencies