mirror of
https://github.com/libretro/FBNeo.git
synced 2024-11-23 17:09:43 +00:00
github actions: debug & non-debug windows builds
This commit is contained in:
parent
24ce58cfae
commit
7a9641da1f
9
.github/workflows/AutoBuild.yml
vendored
9
.github/workflows/AutoBuild.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user