Add a VS 2022 with Clang build

This commit is contained in:
Lukas Dürrenberger 2022-05-09 15:42:29 +02:00
parent 97a1bf2f5d
commit b158bc1f94

View File

@ -13,6 +13,7 @@ jobs:
platform:
- { name: Windows VS2019, os: windows-2019 }
- { name: Windows VS2022, os: windows-2022 }
- { 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++ }
- { name: MacOS XCode, os: macos-latest }