Skip to content

Commit

Permalink
Add -DBUILD_TESTING=ON to .yml files; it's not default anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Mar 19, 2021
1 parent ddbaa24 commit 7daee1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7daee1d

Please sign in to comment.