Skip to content

Commit

Permalink
Use uploadtool
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored Jun 10, 2018
1 parent 49084ce commit e397757
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ script:
- unset QTDIR; unset QT_PLUGIN_PATH ; unset LD_LIBRARY_PATH
- ./linuxdeployqt*.AppImage ./appdir/usr/share/applications/*.desktop -appimage
- find ./appdir -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3 | sort | uniq # fyi


after_success:
- wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
- bash upload.sh APPNAME*.AppImage*

branches:
except:
- # Do not build tags that we create when we upload to GitHub Releases
Expand Down

0 comments on commit e397757

Please sign in to comment.