CI: add github actions for windows x86

main
scribam 2021-07-10 11:39:51 +02:00 committed by Ryan C. Gordon
parent 5ac81c75fe
commit 32e736d260
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@ jobs:
strategy:
matrix:
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: MacOS, os: macos-latest }
steps: