Reduce the verbosity of MSBuild in AppVeyor

This commit is contained in:
Corentin Wallez 2018-02-08 16:11:03 -05:00 committed by Kai Ninomiya
parent adb152bff1
commit 0dbf74b068
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ build_script:
- mkdir build
- cd build
- cmake -DNXT_USE_WERROR=1 -DNXT_ENABLE_VULKAN=1 ..
- cmake --build .
- cmake --build . -- /verbosity:minimal
# TODO(cwallez@chromium.org) test on more than Debug.
- Debug\nxt_unittests.exe