You've already forked OpenRCT2-Unity
mirror of
https://github.com/izzy2lost/OpenRCT2-Unity.git
synced 2026-03-10 12:38:22 -07:00
Change ninja options to less verbosity, continue on error (#10652)
This commit is contained in:
committed by
GitHub
parent
b9a61c0a3a
commit
1fff7f17d9
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user