From 7612ba5ad9f358722638e78fec8f45cb82545dca Mon Sep 17 00:00:00 2001 From: b-r-o-c-k Date: Mon, 5 Mar 2018 11:00:01 -0600 Subject: build/msvc: Change MSBuild verbosity to normal --- ci/build.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/build.bat b/ci/build.bat index 60bd152192..7bedc19195 100644 --- a/ci/build.bat +++ b/ci/build.bat @@ -26,7 +26,7 @@ if "%CONFIGURATION:~0,5%" == "MINGW" ( C:\msys64\usr\bin\bash -lc "pacman --verbose --noconfirm -Su" || goto :error C:\msys64\usr\bin\bash -lc "pacman --verbose --noconfirm --needed -S mingw-w64-%ARCH%-cmake mingw-w64-%ARCH%-perl mingw-w64-%ARCH%-diffutils mingw-w64-%ARCH%-unibilium gperf" || goto :error ) else if "%CONFIGURATION:~0,4%" == "MSVC" ( - set CMAKE_GENERATOR_ARGS=/verbosity:detailed + set CMAKE_GENERATOR_ARGS=/verbosity:normal ) :: Setup python (use AppVeyor system python) -- cgit