File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ jobs:
118118 description : Build and run tests on GCC 7 and AVX 2 with a cmake static build
119119 executor : gcc7
120120 environment : { CMAKE_FLAGS: -DSIMDJSON_GOOGLE_BENCHMARKS=ON }
121- steps : [ install_cmake, cmake_test_all , cmake_install_test ]
121+ steps : [ install_cmake, cmake_test , cmake_install_test ]
122122 gcc10 :
123123 description : Build and run tests on GCC 10 and AVX 2 with a cmake static build
124124 executor : gcc10
@@ -139,7 +139,7 @@ jobs:
139139 description : Build and run tests on clang 10 and AVX 2 with a cmake static build and libc++
140140 executor : clang10
141141 environment : { CMAKE_FLAGS: -DSIMDJSON_USE_LIBCPP=ON }
142- steps : [ cmake_test_all , cmake_install_test ]
142+ steps : [ cmake_test , cmake_install_test ]
143143 # sanitize
144144 sanitize-gcc10 :
145145 description : Build and run tests on GCC 10 and AVX 2 with a cmake sanitize build
Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ steps:
168168 CXX : clang++-6.0
169169 CMAKE_FLAGS : -DSIMDJSON_BUILD_STATIC=OFF
170170 BUILD_FLAGS : -- -j
171- CTEST_FLAGS : -j4 --output-on-failure
171+ CTEST_FLAGS : -j4 --output-on-failure -E checkperf
172172 commands :
173173 - apt-get update -qq
174174 - apt-get install -y clang cmake git
You can’t perform that action at this time.
0 commit comments