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
2 changed files with 2 additions and 2 deletions
+1 -1
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