Skip to content

Commit a5cabfd

Browse files
committed
Made same change for windows-core-without-unity build
1 parent 5b65f65 commit a5cabfd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ jobs:
514514
del /F /Q "%KRATOS_BUILD%\%KRATOS_BUILD_TYPE%\CMakeFiles"
515515
516516
cmake ^
517-
-G"Visual Studio 17 2022" ^
517+
-G"Ninja" ^
518518
-H"%KRATOS_SOURCE%" ^
519519
-B"%KRATOS_BUILD%\%KRATOS_BUILD_TYPE%" ^
520520
-DBOOST_ROOT="%TEMP%\boost" ^
@@ -523,8 +523,8 @@ 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_build -- /property:configuration=%KRATOS_BUILD_TYPE% /p:Platform=x64 || goto :error
527-
cmake --build "%KRATOS_BUILD%\%KRATOS_BUILD_TYPE%" --target install -- /property:configuration=%KRATOS_BUILD_TYPE% /p:Platform=x64 || goto :error
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
528528
529529
goto :EOF
530530

0 commit comments

Comments
 (0)