We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5312df6 commit d6639e7Copy full SHA for d6639e7
.github/workflows/ci.yml
@@ -13,6 +13,7 @@ jobs:
13
platform:
14
- { name: Windows VS2019, os: windows-2019 }
15
- { name: Windows VS2022, os: windows-2022 }
16
+ - { name: Windows MinGW, os: windows-2022, flags: -GNinja -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ }
17
- { name: Linux GCC, os: ubuntu-latest }
18
- { name: Linux Clang, os: ubuntu-latest, flags: -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ }
19
- { name: MacOS XCode, os: macos-latest }
0 commit comments