Skip to content

Commit 531324e

Browse files
committed
clang-cl for windows ci
1 parent 975d704 commit 531324e

2 files changed

Lines changed: 230 additions & 233 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
3838
- name: Cargo test
3939
run: |
40+
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\Tools\VsDevCmd.bat"
41+
REM gfxstream doesn't seem to support MSVC
42+
set CXX=clang-cl
4043
cargo test --workspace --exclude webrogue-hub-client-openapi --exclude webrogue-launcher-dev --exclude webrogue-launcher --exclude webrogue-android-launcher --exclude webrogue-wrapp-reader
4144
4245
macos:

0 commit comments

Comments
 (0)