From 7daee1d41b74b2c6c54c66a06ce5544094e6bdd6 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Fri, 19 Mar 2021 03:53:31 +0200 Subject: [PATCH] Add -DBUILD_TESTING=ON to .yml files; it's not default anymore --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b484544..f8bf9c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -149,7 +149,7 @@ matrix: env: CMAKE_TEST=1 script: - mkdir __build__ && cd __build__ - - cmake -DBOOST_ENABLE_CMAKE=1 -DBoost_VERBOSE=1 -DBOOST_INCLUDE_LIBRARIES=core .. + - cmake -DBOOST_ENABLE_CMAKE=1 -DBUILD_TESTING=ON -DBoost_VERBOSE=1 -DBOOST_INCLUDE_LIBRARIES=core .. - ctest --output-on-failure -R boost_core - os: linux