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;
|
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:
|
||||||
|
Reference in New Issue
Block a user