Add -j3 to ctest on Appveyor

This commit is contained in:
Peter Dimov
2019-12-22 05:13:51 +02:00
parent bbb6f3aa84
commit b67e257691

View File

@@ -52,4 +52,4 @@ test_script:
- if not "%CMAKE%" == "" mkdir __build__ && cd __build__
- if not "%CMAKE%" == "" cmake -DBOOST_ENABLE_CMAKE=1 -DBoost_VERBOSE=1 ..
- if not "%CMAKE%" == "" cmake --build . --config %CONFIG% && ctest --output-on-failure -R boost_mp11 -C %CONFIG%
- if not "%CMAKE%" == "" cmake --build . --config %CONFIG% && ctest -j3 --output-on-failure -R boost_mp11 -C %CONFIG%