File tree Expand file tree Collapse file tree 1 file changed +13
-14
lines changed
Expand file tree Collapse file tree 1 file changed +13
-14
lines changed Original file line number Diff line number Diff line change 88 strategy :
99 matrix :
1010 include :
11- - os : ubuntu-22.04
12- cc : gcc
13- build_type : Debug
14- build_tool_options : -j 4
15- analyzer : off
16- sanitizer : address
11+ # - os: ubuntu-22.04
12+ # cc: gcc
13+ # build_type: Debug
14+ # build_tool_options: -j 4
15+ # analyzer: off
1716 - os : ubuntu-22.04
1817 cc : clang
1918 build_type : Debug
2019 build_tool_options : -j 4
2120 analyzer : off
2221 sanitizer : address
23- - os : macos-12
24- build_type : Debug
25- build_tool_options : -j 4
26- analyzer : off
27- - os : windows-2022
28- generator : " Visual Studio 17 2022"
29- build_type : Debug
30- build_tool_options : " -nologo -verbosity:minimal -maxcpucount:4 -p:CL_MPCount=4"
22+ # - os: macos-12
23+ # build_type: Debug
24+ # build_tool_options: -j 4
25+ # analyzer: off
26+ # - os: windows-2022
27+ # generator: "Visual Studio 17 2022"
28+ # build_type: Debug
29+ # build_tool_options: "-nologo -verbosity:minimal -maxcpucount:4 -p:CL_MPCount=4"
3130# - os: windows-2022
3231# cc: 'C:/mingw64/bin/gcc.exe'
3332# generator: 'MinGW Makefiles'
You can’t perform that action at this time.
0 commit comments