Update .travis.yml

This commit is contained in:
Jim Evins
2017-04-03 23:51:42 -04:00
committed by GitHub
parent d1d5c4bb5e
commit d18708c791
+1
View File
@@ -25,4 +25,5 @@ after_success:
- ./linuxdeployqt*.AppImage ./appdir/usr/share/applications/*.desktop -bundle-non-qt-libs - ./linuxdeployqt*.AppImage ./appdir/usr/share/applications/*.desktop -bundle-non-qt-libs
- ./linuxdeployqt*.AppImage ./appdir/usr/share/applications/*.desktop -appimage - ./linuxdeployqt*.AppImage ./appdir/usr/share/applications/*.desktop -appimage
- find ./appdir -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3 | sort | uniq - find ./appdir -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3 | sort | uniq
- ls -lh ./gLabels*.AppImage
- curl --upload-file ./gLabels*.AppImage https://transfer.sh/gLabels-git.$(git rev-parse --short HEAD)-x86_64.AppImage - curl --upload-file ./gLabels*.AppImage https://transfer.sh/gLabels-git.$(git rev-parse --short HEAD)-x86_64.AppImage