Change ninja options to less verbosity, continue on error (#10652)

This commit is contained in:
Michał Janiszewski 2020-02-04 00:06:15 +01:00 committed by GitHub
parent b9a61c0a3a
commit 1fff7f17d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -33,5 +33,5 @@ else
if [[ "$TESTPAINT" == "true" ]]; then
testpaint_target=testpaint
fi
ninja -v $testpaint_target all install
ninja -k0 $testpaint_target all install
fi

View File

@ -32,7 +32,7 @@ export VERSION=$(cd "$REPO_ROOT" && git describe --tags)
#see https://docs.appimage.org/packaging-guide/from-source/index.html for more information
cmake "$REPO_ROOT" -DCMAKE_INSTALL_PREFIX=/usr -G Ninja -DCMAKE_BUILD_TYPE=Release
ninja -v
ninja -k0
DESTDIR=AppDir ninja install
wget https://github.com/TheAssassin/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage