File tree Expand file tree Collapse file tree 1 file changed +0
-32
lines changed
Expand file tree Collapse file tree 1 file changed +0
-32
lines changed Original file line number Diff line number Diff line change 6363 cc : clang
6464 cxx : clang++
6565 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
8766 - name : Disable long long
8867 os : ubuntu-latest
8968 configure_args : --disable-longlong
9776 runs-on : ${{ matrix.os }}
9877 name : Autotools ${{ matrix.name }}
9978 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') }}
10579 - name : Checkout
10680 uses : actions/checkout@main
10781 - run : brew install automake
@@ -220,12 +194,6 @@ jobs:
220194 os : ubuntu-latest
221195 preset : coverage
222196 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
229197 - name : Address Sanitizer
230198 os : ubuntu-latest
231199 preset : asan
You can’t perform that action at this time.
0 commit comments