1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-22 07:13:07 +01:00

Switch to ninja

This commit is contained in:
TheAssassin
2018-08-29 22:23:53 +02:00
parent 4cc80613cb
commit b189ea27b4

View File

@@ -28,10 +28,10 @@ pushd "$BUILD_DIR"
# standard linuxdeploy pattern # standard linuxdeploy pattern
#see https://docs.appimage.org/packaging-guide/from-source/index.html for more information #see https://docs.appimage.org/packaging-guide/from-source/index.html for more information
cmake "$REPO_ROOT" -DCMAKE_INSTALL_PREFIX=/usr cmake "$REPO_ROOT" -DCMAKE_INSTALL_PREFIX=/usr -G Ninja
make -j$(nproc) VERBOSE=1 ninja -v -j$(nproc)
make install DESTDIR=AppDir DESTDIR=AppDir ninja install
wget https://github.com/TheAssassin/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage wget https://github.com/TheAssassin/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage
chmod +x linuxdeploy*.AppImage chmod +x linuxdeploy*.AppImage