Skip to content

Commit 20a3e8c

Browse files
committed
Only clang for now
1 parent b2089eb commit 20a3e8c

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

.github/workflows/build-test.yml

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,25 @@ 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-
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'

0 commit comments

Comments
 (0)