Build CMake tests in .travis.yml

This commit is contained in:
Peter Dimov
2021-06-08 08:18:47 +03:00
parent eba3cf92e7
commit 67e657c228

View File

@ -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