Add -DBUILD_TESTING=ON to .yml files; it's not default anymore

This commit is contained in:
Peter Dimov
2021-03-19 04:18:08 +02:00
parent 3bc9a57c9b
commit f374ad68a3

View File

@ -288,7 +288,7 @@ matrix:
env: CMAKE_TEST=1 env: CMAKE_TEST=1
script: script:
- mkdir __build__ && cd __build__ - mkdir __build__ && cd __build__
- cmake -DBOOST_ENABLE_CMAKE=1 -DBoost_VERBOSE=1 -DBOOST_INCLUDE_LIBRARIES=variant2 .. - cmake -DBOOST_ENABLE_CMAKE=1 -DBUILD_TESTING=ON -DBoost_VERBOSE=1 -DBOOST_INCLUDE_LIBRARIES=variant2 ..
- ctest --output-on-failure -R boost_variant2 - ctest --output-on-failure -R boost_variant2
- os: linux - os: linux