mirror of
https://github.com/SFML/SFML.git
synced 2024-11-24 20:31:05 +08:00
Add 32-bits Visual Studio builds to the CI
This commit is contained in:
parent
80b45d4725
commit
3af9168d03
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -11,8 +11,10 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
platform:
|
||||
- { name: Windows VS2019, os: windows-2019 }
|
||||
- { name: Windows VS2022, os: windows-2022 }
|
||||
- { name: Windows VS2019 x86, os: windows-2019, flags: -A Win32 }
|
||||
- { name: Windows VS2019 x64, os: windows-2019, flags: -A x64 }
|
||||
- { name: Windows VS2022 x86, os: windows-2022, flags: -A Win32 }
|
||||
- { name: Windows VS2022 x64, os: windows-2022, flags: -A x64 }
|
||||
- { name: Windows VS2022 Clang, os: windows-2022, flags: -T ClangCL }
|
||||
- { name: Linux GCC, os: ubuntu-latest }
|
||||
- { name: Linux Clang, os: ubuntu-latest, flags: -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++, gcovr_options: '--gcov-executable="llvm-cov-$CLANG_VERSION gcov"' }
|
||||
|
Loading…
Reference in New Issue
Block a user