We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67efb9f commit d6dbe6aCopy full SHA for d6dbe6a
.travis.yml
@@ -81,9 +81,9 @@ before_script:
81
82
script:
83
- cd ${BOOST_ROOT}/tools/quickbook
84
- - ${HOME}/opt/bin/b2 dist-bin debug
+ - ${HOME}/opt/bin/b2 -j 3 dist-bin debug
85
- cd ${BOOST_ROOT}/tools/quickbook/test
86
- - ${HOME}/opt/bin/b2
+ - ${HOME}/opt/bin/b2 -j 3
87
- cd ${BOOST_ROOT}/tools/quickbook/test/python
88
- python run_tests.py ${BOOST_ROOT}/dist/bin/quickbook
89
- ${BOOST_ROOT}/tools/quickbook/build/warning-check
0 commit comments