]> 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>
Sat, 2 Feb 2019 12:18:07 +0000 (15:18 +0300)
(cherry picked from commit e2e82241d182807b154dad5c546d9ef4581eb489)

appveyor.yml

index c6f72a2128f3c66f779bf0e2dc0910ffbc09398c..be71576e0f4f5410409423b3a3eabe5b51989880 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
       }