File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -523,8 +523,7 @@ jobs:
523523 -DKRATOS_USE_PCH=OFF ^
524524 -DFORCE_LOCAL_ZLIB_COMPILATION=ON || goto :error
525525
526- cmake --build "%KRATOS_BUILD%\%KRATOS_BUILD_TYPE%" --target all || goto :error
527- cmake --install "%KRATOS_BUILD%\%KRATOS_BUILD_TYPE%" --config %KRATOS_BUILD_TYPE% || goto :error
526+ cmake --build "%KRATOS_BUILD%\%KRATOS_BUILD_TYPE%" --target all install || goto :error
528527
529528 goto :EOF
530529
Original file line number Diff line number Diff line change @@ -53,8 +53,7 @@ cmake ^
5353 -DFORCE_LOCAL_ZLIB_COMPILATION=ON ^
5454 -DCMAKE_UNITY_BUILD=ON || goto :error
5555
56- cmake --build " %KRATOS_BUILD% \%KRATOS_BUILD_TYPE% " --target all || goto :error
57- cmake --install " %KRATOS_BUILD% \%KRATOS_BUILD_TYPE% " --config %KRATOS_BUILD_TYPE% || goto :error
56+ cmake --build " %KRATOS_BUILD% \%KRATOS_BUILD_TYPE% " --target all install || goto :error
5857
5958goto :EOF
6059
You can’t perform that action at this time.
0 commit comments