File tree Expand file tree Collapse file tree 2 files changed +1
-32
lines changed Expand file tree Collapse file tree 2 files changed +1
-32
lines changed Original file line number Diff line number Diff line change 63
63
cc : clang
64
64
cxx : clang++
65
65
make_args : tdd
66
- - name : GTest 1.5
67
- os : ubuntu-20.04
68
- make_args : check_gtest15
69
- - name : GTest 1.6
70
- os : ubuntu-20.04
71
- make_args : check_gtest16
72
- - name : GTest 1.7
73
- os : ubuntu-20.04
74
- make_args : check_gtest17
75
- - name : GTest 1.8
76
- os : ubuntu-20.04
77
- make_args : check_gtest18
78
- - name : GTest 1.10
79
- os : ubuntu-20.04
80
- make_args : check_gtest110
81
- - name : GTest 1.11
82
- os : ubuntu-20.04
83
- make_args : check_gtest111
84
- - name : GTest 1.12
85
- os : ubuntu-20.04
86
- make_args : check_gtest112
87
66
- name : Disable long long
88
67
os : ubuntu-latest
89
68
configure_args : --disable-longlong
97
76
runs-on : ${{ matrix.os }}
98
77
name : Autotools ${{ matrix.name }}
99
78
steps :
100
- - name : Install Python 2
101
- uses : actions/setup-python@v4
102
- with :
103
- python-version : " 2.7"
104
- if : ${{ startswith(matrix.name, 'GTest') }}
105
79
- name : Checkout
106
80
uses : actions/checkout@main
107
81
- run : brew install automake
@@ -220,12 +194,6 @@ jobs:
220
194
os : ubuntu-latest
221
195
preset : coverage
222
196
apt_packages : lcov
223
- - name : Google Test
224
- os : ubuntu-20.04
225
- cmake_args : -DCMAKE_CXX_STANDARD=98
226
- preset : gtest
227
- ctest_args : -C Debug
228
- apt_packages : python2 ninja-build
229
197
- name : Address Sanitizer
230
198
os : ubuntu-latest
231
199
preset : asan
Original file line number Diff line number Diff line change 21
21
-Wno-reserved-id-macro
22
22
-Wno-keyword-macro
23
23
-Wno-long-long
24
+ -Wno-unsafe-buffer-usage
24
25
)
25
26
26
27
set (WARNING_C_FLAGS
You can’t perform that action at this time.
0 commit comments