mirror of
https://github.com/glest/glest-source.git
synced 2025-08-29 10:49:48 +02:00
Don't build the appimage for macos!
This commit is contained in:
@@ -81,6 +81,7 @@ script: |
|
||||
cmake .. -DFORCE_EMBEDDED_LIBS=ON -DCMAKE_INSTALL_PREFIX=/usr;
|
||||
fi
|
||||
|
||||
if [ "$TRAVIS_OS_NAME" = "linux" ]; then
|
||||
make -j$(nproc) && make install DESTDIR=../Glest;
|
||||
cd ..;
|
||||
rm -rf build;
|
||||
@@ -102,7 +103,7 @@ script: |
|
||||
unset QTDIR; unset QT_PLUGIN_PATH ; unset LD_LIBRARY_PATH;
|
||||
export VERSION="2.0"; # linuxdeployqt uses this for naming the file
|
||||
./linuxdeployqt-continuous-x86_64.AppImage Glest/usr/share/applications/io.glest.Glest.desktop -appimage;
|
||||
|
||||
fi
|
||||
# https://docs.travis-ci.com/user/notifications/#IRC-notification
|
||||
notifications:
|
||||
irc:
|
||||
|
Reference in New Issue
Block a user