mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-31 11:57:15 +02:00
Run concurrent test processes in travis
This commit is contained in:
@ -96,5 +96,5 @@ after_success:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
- cd ${TRAVIS_BUILD_DIR}/test
|
- cd ${TRAVIS_BUILD_DIR}/test
|
||||||
- ${HOME}/opt/bin/b2 cxxstd=$CXXSTD -q include=${BOOST_ROOT} include=${TRAVIS_BUILD_DIR}/include
|
- ${HOME}/opt/bin/b2 -j 3 cxxstd=$CXXSTD -q include=${BOOST_ROOT} include=${TRAVIS_BUILD_DIR}/include
|
||||||
- xmllint --noout ${TRAVIS_BUILD_DIR}/doc/ref.xml
|
- xmllint --noout ${TRAVIS_BUILD_DIR}/doc/ref.xml
|
||||||
|
Reference in New Issue
Block a user