mirror of
https://github.com/boostorg/mp11.git
synced 2025-08-05 07:24:26 +02:00
Add -j3 to ctest on Appveyor
This commit is contained in:
@@ -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%
|
||||
|
Reference in New Issue
Block a user