File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change 31
31
cmake_configure_options : ' -G "Visual Studio 17 2022" -A x64' ,
32
32
build_type : " Release" ,
33
33
}
34
- - {
35
- name : " Windows Clang (Debug)" ,
36
- compiler : " clang" ,
37
- cc : " clang-cl" , cxx: "clang-cl",
38
- cmake_configure_options : ' -G "Visual Studio 17 2022" -A x64 -T "LLVM_v143" -DCMAKE_CXX_COMPILER="clang-cl.exe" -DCMAKE_C_COMPILER="clang-cl.exe" -DCMAKE_LINKER="lld.exe"' ,
39
- build_type : " Debug" ,
40
- }
41
- - {
42
- name : " Windows Clang (Release)" ,
43
- compiler : " clang" ,
44
- cc : " clang-cl" , cxx: "clang-cl",
45
- cmake_configure_options : ' -G "Visual Studio 17 2022" -A x64 -T "LLVM_v143" -DCMAKE_CXX_COMPILER="clang-cl.exe" -DCMAKE_C_COMPILER="clang-cl.exe" -DCMAKE_LINKER="lld.exe"' ,
46
- build_type : " Release" ,
47
- }
48
34
49
35
steps :
50
36
- name : Checkout
You can’t perform that action at this time.
0 commit comments