github actions: debug & non-debug windows builds

This commit is contained in:
barbudreadmon 2022-01-10 10:00:00 +01:00 committed by GitHub
parent 24ce58cfae
commit 7a9641da1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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