Skip to content

Commit d6639e7

Browse files
committed
Add MinGW CI job
1 parent 5312df6 commit d6639e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
platform:
1414
- { name: Windows VS2019, os: windows-2019 }
1515
- { name: Windows VS2022, os: windows-2022 }
16+
- { name: Windows MinGW, os: windows-2022, flags: -GNinja -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ }
1617
- { name: Linux GCC, os: ubuntu-latest }
1718
- { name: Linux Clang, os: ubuntu-latest, flags: -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ }
1819
- { name: MacOS XCode, os: macos-latest }

0 commit comments

Comments
 (0)