mirror of
https://github.com/shadps4-emu/ext-SDL.git
synced 2024-12-04 17:07:51 +00:00
CI: add github actions for windows x86
This commit is contained in:
parent
5ac81c75fe
commit
32e736d260
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@ -9,7 +9,8 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
platform:
|
platform:
|
||||||
- { name: Windows, os: windows-latest }
|
- { name: Windows (x64), os: windows-latest }
|
||||||
|
- { name: Windows (x86), os: windows-latest, flags: -A Win32 }
|
||||||
- { name: Linux, os: ubuntu-20.04, flags: -GNinja }
|
- { name: Linux, os: ubuntu-20.04, flags: -GNinja }
|
||||||
- { name: MacOS, os: macos-latest }
|
- { name: MacOS, os: macos-latest }
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user