Skip to content

Commit

Permalink
Run AppImage script only for one linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
aardappel committed Dec 10, 2019
1 parent b737e40 commit 327bf29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ script:
- |
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
xcodebuild -project osx/TreeSheets/TreeSheets.xcodeproj
else
elif [[ "$TRAVIS_OS_NAME" == "linux" && "$WXLIB" == "libwxgtk3.0-dev" ]]; then
cmake . -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
make -j$(nproc)
make DESTDIR=appdir -j$(nproc) install
Expand Down Expand Up @@ -114,5 +114,5 @@ script:
find appdir/
./linuxdeployqt-continuous-x86_64.AppImage appdir/usr/share/applications/*.desktop -appimage
wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
bash upload.sh TreeSheets*.AppImage*
bash upload.sh TreeSheets*.AppImage*
fi

0 comments on commit 327bf29

Please sign in to comment.