1
0
forked from boostorg/mp11

Update .travis.yml

This commit is contained in:
Peter Dimov
2021-06-13 01:16:58 +03:00
parent ec581685d8
commit ab2ed40371

View File

@ -362,7 +362,8 @@ matrix:
script:
- mkdir __build__ && cd __build__
- cmake ..
- cmake --build . --target check
- cmake --build . --target tests
- ctest --output-on-failure
- os: linux
compiler: clang++
@ -392,8 +393,9 @@ matrix:
env: BOOST_CMAKE_TEST=1
script:
- mkdir __build__ && cd __build__
- cmake -DBOOST_ENABLE_CMAKE=1 -DBUILD_TESTING=ON -DBoost_VERBOSE=1 -DBOOST_INCLUDE_LIBRARIES=mp11 ..
- ctest --output-on-failure -R boost_mp11
- cmake -DBUILD_TESTING=ON -DBOOST_INCLUDE_LIBRARIES=mp11 ..
- cmake --build . --target tests
- ctest --output-on-failure
install:
- BOOST_BRANCH=develop && [ "$TRAVIS_BRANCH" == "master" ] && BOOST_BRANCH=master || true