summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduard Braun <Eduard.Braun2@gmx.de>2017-06-13 22:26:44 +0000
committerEduard Braun <Eduard.Braun2@gmx.de>2017-06-16 15:53:04 +0000
commita99be70b9e00c851f51f34dd840e8c25d2c4ffda (patch)
treeed82d0582f45691891dd99589c1a77780038dfb0
parentactually fail if there is an error (diff)
downloadinkscape-a99be70b9e00c851f51f34dd840e8c25d2c4ffda.tar.gz
inkscape-a99be70b9e00c851f51f34dd840e8c25d2c4ffda.zip
suppress noise from install target
-rw-r--r--appveyor.sh6
1 files changed, 5 insertions, 1 deletions
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