Skip to content

Commit

Permalink
- set MSBuild to utilise all CPUs in AppVeyor builds
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Feb 8, 2019
1 parent 96e249b commit fb1167e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Expand Up @@ -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%\
Expand Down

0 comments on commit fb1167e

Please sign in to comment.