Don't build the appimage for macos!

This commit is contained in:
Jammyjamjamman
2019-04-22 20:57:36 +01:00
parent fe33f3cf95
commit 58ea115e74

View File

@@ -81,6 +81,7 @@ script: |
cmake .. -DFORCE_EMBEDDED_LIBS=ON -DCMAKE_INSTALL_PREFIX=/usr; cmake .. -DFORCE_EMBEDDED_LIBS=ON -DCMAKE_INSTALL_PREFIX=/usr;
fi fi
if [ "$TRAVIS_OS_NAME" = "linux" ]; then
make -j$(nproc) && make install DESTDIR=../Glest; make -j$(nproc) && make install DESTDIR=../Glest;
cd ..; cd ..;
rm -rf build; rm -rf build;
@@ -102,7 +103,7 @@ script: |
unset QTDIR; unset QT_PLUGIN_PATH ; unset LD_LIBRARY_PATH; unset QTDIR; unset QT_PLUGIN_PATH ; unset LD_LIBRARY_PATH;
export VERSION="2.0"; # linuxdeployqt uses this for naming the file 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; ./linuxdeployqt-continuous-x86_64.AppImage Glest/usr/share/applications/io.glest.Glest.desktop -appimage;
fi
# https://docs.travis-ci.com/user/notifications/#IRC-notification # https://docs.travis-ci.com/user/notifications/#IRC-notification
notifications: notifications:
irc: irc: