diff options
| author | Eduard Braun <Eduard.Braun2@gmx.de> | 2017-06-13 22:26:44 +0000 |
|---|---|---|
| committer | Eduard Braun <Eduard.Braun2@gmx.de> | 2017-06-16 15:53:04 +0000 |
| commit | a99be70b9e00c851f51f34dd840e8c25d2c4ffda (patch) | |
| tree | ed82d0582f45691891dd99589c1a77780038dfb0 | |
| parent | actually fail if there is an error (diff) | |
| download | inkscape-a99be70b9e00c851f51f34dd840e8c25d2c4ffda.tar.gz inkscape-a99be70b9e00c851f51f34dd840e8c25d2c4ffda.zip | |
suppress noise from install target
| -rw-r--r-- | appveyor.sh | 6 |
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 |
