From a99be70b9e00c851f51f34dd840e8c25d2c4ffda Mon Sep 17 00:00:00 2001 From: Eduard Braun Date: Wed, 14 Jun 2017 00:26:44 +0200 Subject: suppress noise from install target --- appveyor.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/appveyor.sh b/appveyor.sh index cf0f08942..dfed25668 100644 --- a/appveyor.sh +++ b/appveyor.sh @@ -22,7 +22,11 @@ source ../msys2installdeps.sh # configure ccache --max-size=200M -cmake .. -G Ninja -DCMAKE_C_COMPILER_LAUNCHER="ccache" -DCMAKE_CXX_COMPILER_LAUNCHER="ccache" || exit 1 +cmake .. -G Ninja \ + -DCMAKE_C_COMPILER_LAUNCHER="ccache" \ + -DCMAKE_CXX_COMPILER_LAUNCHER="ccache" \ + -DCMAKE_INSTALL_MESSAGE="NEVER" \ + || exit 1 # build ccache --zero-stats -- cgit v1.2.3