2
0
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:
Peter Dimov
2021-06-05 19:00:49 +03:00
parent 26ec795dcf
commit fb60e416af

View File

@@ -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: