Changed MSBuild verbosity level to minimal in AppVeyor configuration

This commit is contained in:
alexey.lysiuk 2017-10-29 09:39:12 +02:00
parent c4865d2bb6
commit 527cc7ecf1
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ build_script:
- md build
- cd build
- cmake -G "%GENERATOR%" -T "%TOOLSET%" ..
- cmake --build . --config "%CONFIGURATION%"
- cmake --build . --config "%CONFIGURATION%" -- /verbosity:minimal
after_build:
- set OUTPUT_DIR=%APPVEYOR_BUILD_FOLDER%\build\%CONFIGURATION%\