From ef6db120a3c0f2b54e16ecc70609aea2e75e3e45 Mon Sep 17 00:00:00 2001 From: Eugene Shalygin Date: Fri, 16 Nov 2018 10:18:37 +0100 Subject: [PATCH] Decrease MSBuild verbosity level for AppVeyour cmake builds --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index d00d40be6..b7236e144 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -109,7 +109,7 @@ build_script: - if defined cmake ( set "PATH=c:\Python27-x64;%PATH%" && cmake -DCMAKE_CXX_STANDARD=11 -Dbuild_tests=ON -Dbuild_examples=ON -Dbuild_tools=ON -Dpython-bindings=%python% -Dboost-python-module-name="python" -Dskip-python-runtime-test=true -DPython_ADDITIONAL_VERSIONS="2.7" -G "Visual Studio 14 2015 Win64" .. && - cmake --build . --config Release + cmake --build . --config Release -- -verbosity:quiet ) test_script: