From fb60e416affd186518c18df609dc9f3330cdd533 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 5 Jun 2021 19:00:49 +0300 Subject: [PATCH] cmake --build . -j 3 requires CMake 3.12 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 403971c..c477b06 100644 --- a/.travis.yml +++ b/.travis.yml @@ -305,7 +305,7 @@ install: script: - mkdir __build__ && cd __build__ - cmake -DBOOST_ENABLE_CMAKE=1 -DBUILD_TESTING=ON -DBoost_VERBOSE=ON -DBOOST_INCLUDE_LIBRARIES=${BOOST_INCLUDE_LIBRARIES:-$LIB} ${BUILD_SHARED_LIBS:+-DBUILD_SHARED_LIBS=$BUILD_SHARED_LIBS} .. - - cmake --build . -j 3 --target tests + - cmake --build . --target tests -- -j 3 - ctest --output-on-failure -j 3 notifications: