File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -69,10 +69,10 @@ test_script:
69
69
70
70
- if not "%CMAKE%" == "" mkdir __build__ && cd __build__
71
71
- if not "%CMAKE%" == "" cmake -DBUILD_TESTING=ON -DBOOST_INCLUDE_LIBRARIES=system -DBoost_VERBOSE=ON ..
72
- - if not "%CMAKE%" == "" cmake --build . --target tests -- config Debug & ctest --output-on-failure --no-tests=error -C Debug
73
- - if not "%CMAKE%" == "" cmake --build . --target tests -- config Release & ctest --output-on-failure --no-tests=error -C Release
74
- - if not "%CMAKE%" == "" cmake --build . --target tests -- config MinSizeRel & ctest --output-on-failure --no-tests=error -C MinSizeRel
75
- - if not "%CMAKE%" == "" cmake --build . --target tests -- config RelWithDebInfo & ctest --output-on-failure --no-tests=error -C RelWithDebInfo
72
+ - if not "%CMAKE%" == "" cmake --build . --target tests -j 3 -- config Debug & ctest --output-on-failure --no-tests=error -j 3 -C Debug
73
+ - if not "%CMAKE%" == "" cmake --build . --target tests -j 3 -- config Release & ctest --output-on-failure --no-tests=error -j 3 -C Release
74
+ - if not "%CMAKE%" == "" cmake --build . --target tests -j 3 -- config MinSizeRel & ctest --output-on-failure --no-tests=error -j 3 -C MinSizeRel
75
+ - if not "%CMAKE%" == "" cmake --build . --target tests -j 3 -- config RelWithDebInfo & ctest --output-on-failure --no-tests=error -j 3 -C RelWithDebInfo
76
76
77
77
- if not "%CMAKE_SUBDIR%" == "" cd libs/system/test/cmake_subdir_test && mkdir __build__ && cd __build__
78
78
- if not "%CMAKE_SUBDIR%" == "" cmake ..
You can’t perform that action at this time.
0 commit comments