Skip to content

Commit 8fcd395

Browse files
committed
Test building with clang-cl
1 parent 4937aa2 commit 8fcd395

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169

170170
- name: Configure CMake
171171
working-directory: ${{github.workspace}}
172-
run: cmake -Bbuild -GNinja -DCMAKE_C_COMPILER=cl -DCMAKE_CXX_COMPILER=cl -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache
172+
run: cmake -Bbuild -GNinja -DCMAKE_C_COMPILER=clang-cl -DCMAKE_CXX_COMPILER=clang-cl -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache
173173

174174
- name: Build
175175
working-directory: ${{github.workspace}}
@@ -231,7 +231,7 @@ jobs:
231231

232232
- name: Configure CMake
233233
working-directory: ${{github.workspace}}
234-
run: cmake -Bbuild -GNinja -DCMAKE_C_COMPILER=cl -DCMAKE_CXX_COMPILER=cl -DCMAKE_CXX_FLAGS="/EHsc /Zm1500 /bigobj"
234+
run: cmake -Bbuild -GNinja -DCMAKE_C_COMPILER=clang-cl -DCMAKE_CXX_COMPILER=clang-cl -DCMAKE_CXX_FLAGS="/EHsc /Zm1500 /bigobj"
235235

236236
- name: Build
237237
working-directory: ${{github.workspace}}

0 commit comments

Comments
 (0)