mirror of
https://github.com/boostorg/signals2.git
synced 2026-07-21 13:33:42 +00:00
Update CMake test in .travis.yml
This commit is contained in:
+4
-4
@@ -134,13 +134,13 @@ jobs:
|
||||
# script: cd $BOOST_ROOT/libs/$SELF && ci/travis/intelicc.sh }
|
||||
|
||||
- os: linux
|
||||
env: CMAKE_TEST=True # Just fo identification in Travis GUI
|
||||
env: CMAKE_TEST=1 # Just for identification in Travis GUI
|
||||
script:
|
||||
- mkdir $BOOST_ROOT/__build_cmake__ && cd $BOOST_ROOT/__build_cmake__
|
||||
- git submodule update --init ../tools/cmake
|
||||
- cmake .. -DBOOST_ENABLE_CMAKE=ON -DBOOST_INCLUDE_LIBRARIES=signals2 -DBOOST_SIGNALS2_INCLUDE_EXAMPLES=ON
|
||||
- cmake --build .
|
||||
- run-parts $BOOST_ROOT/__build_cmake__/stage/bin/
|
||||
- cmake .. -DBOOST_ENABLE_CMAKE=ON -DBOOST_INCLUDE_LIBRARIES=signals2 -DBUILD_TESTING=ON
|
||||
- cmake --build . --target tests -- -k
|
||||
- ctest --output-on-failure
|
||||
|
||||
- os: linux
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user