mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-05-13 19:01:24 +00:00
Reduce the verbosity of MSBuild in AppVeyor
This commit is contained in:
parent
adb152bff1
commit
0dbf74b068
@ -14,7 +14,7 @@ build_script:
|
|||||||
- mkdir build
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
- cmake -DNXT_USE_WERROR=1 -DNXT_ENABLE_VULKAN=1 ..
|
- cmake -DNXT_USE_WERROR=1 -DNXT_ENABLE_VULKAN=1 ..
|
||||||
- cmake --build .
|
- cmake --build . -- /verbosity:minimal
|
||||||
|
|
||||||
# TODO(cwallez@chromium.org) test on more than Debug.
|
# TODO(cwallez@chromium.org) test on more than Debug.
|
||||||
- Debug\nxt_unittests.exe
|
- Debug\nxt_unittests.exe
|
||||||
|
Loading…
x
Reference in New Issue
Block a user