Skip to content

Commit 4eb0b4f

Browse files
committed
Use clang-cl for CI.
1 parent 55c3564 commit 4eb0b4f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

appveyor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ environment:
3232

3333
VCVARSALL_PATH: C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build
3434

35+
CC: "clang-cl.exe"
36+
CXX: "clang-cl.exe"
37+
3538
matrix:
3639
- TARGET: i686-pc-windows-msvc
3740
CROSS_COMPILE: 1

0 commit comments

Comments
 (0)