From 7e1fa53a0fb8c3cf826b940b60d4e3e87b41b29d Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Fri, 7 Jun 2024 16:42:44 +0200 Subject: [PATCH] wip --- scripts/ci/windows-build.bat | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/scripts/ci/windows-build.bat b/scripts/ci/windows-build.bat index 68969d0e5..c64d34438 100644 --- a/scripts/ci/windows-build.bat +++ b/scripts/ci/windows-build.bat @@ -18,17 +18,18 @@ msbuild OSRM.sln ^ /p:Configuration=%CONFIGURATION% ^ /p:Platform=x64 ^ /t:rebuild ^ -/p:BuildInParallel=true ^ -/m:2 ^ /p:nowarn="4244;4267;4365;4456;4514;4625;4626;4710;4711;4820;5026;5027" ^ /p:WarningLevel=0 ^ /clp:NoSummary;NoItemAndPropertyList;ErrorsOnly ^ /p:RunCodeAnalysis=false ^ -/toolsversion:3.5 ^ +/toolsversion:Current ^ /clp:Verbosity=quiet ^ /nologo IF %ERRORLEVEL% NEQ 0 GOTO ERROR +@REM /p:BuildInParallel=true ^ +@REM /m:2 ^ + @REM CD %PROJECT_DIR%\build @REM IF %ERRORLEVEL% NEQ 0 GOTO ERROR