Fix .travis.yml typos; enable feature/* testing

This commit is contained in:
Peter Dimov
2019-12-27 03:29:28 +02:00
parent 00a741184c
commit 00724b8429

View File

@ -16,6 +16,7 @@ branches:
only:
- master
- develop
- /feature\/.*/
env:
matrix:
@ -315,9 +316,9 @@ matrix:
env: CMAKE_INSTALL=1
script:
- mkdir __build__ && cd __build__
- cmake -DBOOST_ENABLE_CMAKE=1 -DBoost_DEBUG=1 -DBOOST_INCLUDE_LIBRARIES=static_assert,config -DCMAKE_INSTALL_PREFIX=~/.local ..
- cmake -DBOOST_ENABLE_CMAKE=1 -DBoost_DEBUG=1 -DBOOST_INCLUDE_LIBRARIES="static_assert;config" -DCMAKE_INSTALL_PREFIX=~/.local ..
- cmake --build . --target install
- cd ../test/cmake_install_test && mkdir __build__ && cd __build__
- cd ../libs/static_assert/test/cmake_install_test && mkdir __build__ && cd __build__
- cmake -DCMAKE_INSTALL_PREFIX=~/.local ..
- cmake --build .
- cmake --build . --target check