Skip to content

Commit 2fca7ee

Browse files
committed
Debug yet again...
1 parent a71df5f commit 2fca7ee

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

.github/workflows/build-test.yml

+22-22
Original file line numberDiff line numberDiff line change
@@ -8,35 +8,35 @@ jobs:
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-
- 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"
3030
- os: windows-2022
3131
cc: 'C:/mingw64/bin/gcc.exe'
3232
generator: 'MinGW Makefiles'
3333
build_type: Debug
3434
steps:
3535
- uses: actions/checkout@v4
3636
# 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
4040
- uses: actions/setup-python@v5
4141
with:
4242
python-version: '3.x' # use latest Python 3.x

0 commit comments

Comments
 (0)