From 3d7c3db1a5248d634c848fd36ea635aa6111954f Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Thu, 6 Jun 2024 22:19:35 +0200 Subject: [PATCH] wip --- scripts/ci/windows-build.bat | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/ci/windows-build.bat b/scripts/ci/windows-build.bat index bc1fc0a8f..c85e7f282 100644 --- a/scripts/ci/windows-build.bat +++ b/scripts/ci/windows-build.bat @@ -20,6 +20,7 @@ msbuild OSRM.sln ^ /t:rebuild ^ /p:BuildInParallel=true ^ /m:%NUMBER_OF_PROCESSORS% ^ +/Zm ^ /toolsversion:Current ^ /clp:Verbosity=quiet ^ /nologo @@ -60,7 +61,7 @@ SET test_region=monaco SET test_region_ch=ch\monaco SET test_region_mld=mld\monaco SET test_osm=%test_region%.osm.pbf -COPY %PROJECT_DIR%\test\data\%test_region%.osm.pbf %test_osm% +COPY %PROJECT_DIR%\test\data\%test_region%.osm.pbf %test_osm% %CONFIGURATION%\osrm-extract.exe -p %PROJECT_DIR%\profiles\car.lua %test_osm% IF %ERRORLEVEL% NEQ 0 GOTO ERROR