mirror of
https://github.com/boostorg/cmake.git
synced 2026-01-19 04:02:15 +00:00
cmake --build . -j 3 requires CMake 3.12
This commit is contained in:
@@ -305,7 +305,7 @@ install:
|
||||
script:
|
||||
- mkdir __build__ && cd __build__
|
||||
- cmake -DBOOST_ENABLE_CMAKE=1 -DBUILD_TESTING=ON -DBoost_VERBOSE=ON -DBOOST_INCLUDE_LIBRARIES=${BOOST_INCLUDE_LIBRARIES:-$LIB} ${BUILD_SHARED_LIBS:+-DBUILD_SHARED_LIBS=$BUILD_SHARED_LIBS} ..
|
||||
- cmake --build . -j 3 --target tests
|
||||
- cmake --build . --target tests -- -j 3
|
||||
- ctest --output-on-failure -j 3
|
||||
|
||||
notifications:
|
||||
|
||||
Reference in New Issue
Block a user