From fb1167ecfb1ae23a216409447c50d69f330eb922 Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Fri, 8 Feb 2019 16:40:04 +0200 Subject: [PATCH] - set MSBuild to utilise all CPUs in AppVeyor builds --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 179e1724a..97d19e446 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -33,7 +33,7 @@ build_script: - md build - cd build - cmake -G "%GENERATOR%" -T "%TOOLSET%" -DPK3_QUIET_ZIPDIR=YES .. - - cmake --build . --config "%CONFIGURATION%" -- /verbosity:minimal + - cmake --build . --config "%CONFIGURATION%" -- -maxcpucount -verbosity:minimal after_build: - set OUTPUT_DIR=%APPVEYOR_BUILD_FOLDER%\build\%CONFIGURATION%\