Commit 2fca7ee 1 parent a71df5f commit 2fca7ee Copy full SHA for 2fca7ee
File tree 1 file changed +22
-22
lines changed
1 file changed +22
-22
lines changed Original file line number Diff line number Diff line change 8
8
strategy :
9
9
matrix :
10
10
include :
11
- - os : ubuntu-22.04
12
- cc : gcc
13
- build_type : Debug
14
- build_tool_options : -j 4
15
- analyzer : off
16
- - os : ubuntu-22.04
17
- cc : clang
18
- build_type : Debug
19
- build_tool_options : -j 4
20
- analyzer : off
21
- sanitizer : address
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"
11
+ # - os: ubuntu-22.04
12
+ # cc: gcc
13
+ # build_type: Debug
14
+ # build_tool_options: -j 4
15
+ # analyzer: off
16
+ # - os: ubuntu-22.04
17
+ # cc: clang
18
+ # build_type: Debug
19
+ # build_tool_options: -j 4
20
+ # analyzer: off
21
+ # sanitizer: address
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"
30
30
- os : windows-2022
31
31
cc : ' C:/mingw64/bin/gcc.exe'
32
32
generator : ' MinGW Makefiles'
33
33
build_type : Debug
34
34
steps :
35
35
- uses : actions/checkout@v4
36
36
# Use for SSH access
37
- # - uses: mxschmitt/action-tmate@v3
38
- # with:
39
- # detached: true
37
+ - uses : mxschmitt/action-tmate@v3
38
+ with :
39
+ detached : true
40
40
- uses : actions/setup-python@v5
41
41
with :
42
42
python-version : ' 3.x' # use latest Python 3.x
You can’t perform that action at this time.
0 commit comments