]> granicus.if.org Git - libevent/commitdiff
appveyor: disable verbosity of MSBuild
authorAzat Khuzhin <azat@libevent.org>
Tue, 29 Jan 2019 17:58:01 +0000 (20:58 +0300)
committerAzat Khuzhin <azat@libevent.org>
Tue, 29 Jan 2019 17:58:01 +0000 (20:58 +0300)
appveyor.yml

index 38c3c04e32a8e68d792c20228c4276a4a7f0ceff..e47a57de7d3397ae471572ff025263fd944f8a95 100644 (file)
@@ -91,7 +91,7 @@ build_script:
         md build-cmake 2> $null
         cd build-cmake
         cmake -G "Visual Studio 15 2017 Win64" .. $env:EVENT_CMAKE_OPTIONS
-        cmake --build . -j $env:EVENT_BUILD_PARALLEL
+        cmake --build . -j $env:EVENT_BUILD_PARALLEL -- /nologo /verbosity:minimal
         ctest --output-on-failure -j $env:EVENT_TESTS_PARALLEL
       }