Parallelize build_samples_msvc.bat (#14828)
Close https://github.com/openvinotoolkit/openvino/issues/14825
This commit is contained in:
parent
97f47315ac
commit
b8c92fce70
@ -56,8 +56,8 @@ echo.
|
||||
echo ###############^|^| Build OpenVINO Runtime samples using MS Visual Studio (MSBuild.exe) ^|^|###############
|
||||
echo.
|
||||
|
||||
echo cmake --build . --config Release
|
||||
cmake --build . --config Release
|
||||
echo cmake --build . --config Release --parallel
|
||||
cmake --build . --config Release --parallel
|
||||
if ERRORLEVEL 1 GOTO errorHandling
|
||||
|
||||
if NOT "%SAMPLE_INSTALL_DIR%"=="" cmake -DCMAKE_INSTALL_PREFIX="%SAMPLE_INSTALL_DIR%" -DCOMPONENT=samples_bin -P cmake_install.cmake
|
||||
|
Loading…
Reference in New Issue
Block a user