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 3131 cmake_configure_options : ' -G "Visual Studio 17 2022" -A x64' ,
3232 build_type : " Release" ,
3333 }
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- }
4834
4935 steps :
5036 - name : Checkout
You can’t perform that action at this time.
0 commit comments