From 67e657c228ebca71174c4e678e4a2bf635ed5a83 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 8 Jun 2021 08:18:47 +0300 Subject: [PATCH] Build CMake tests in .travis.yml --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 57de9e5..9c484a2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -160,6 +160,7 @@ matrix: script: - mkdir __build__ && cd __build__ - cmake -DBOOST_ENABLE_CMAKE=1 -DBoost_VERBOSE=1 -DBOOST_INCLUDE_LIBRARIES=smart_ptr -DBUILD_TESTING=ON .. + - cmake --build . --target tests -- -k - ctest --output-on-failure -R boost_smart_ptr - os: linux