mirror of
https://github.com/libevent/libevent.git
synced 2025-01-31 09:12:55 +08:00
appveyor: disable verbosity of MSBuild
(cherry picked from commit e2e82241d182807b154dad5c546d9ef4581eb489)
This commit is contained in:
parent
aee0fcd57c
commit
fa193d128f
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user