Update .travis.yml

Removed verbosity of previous troubleshooting commits
This commit is contained in:
Jim Evins
2017-04-15 11:08:01 -04:00
committed by GitHub
parent 2a68899e56
commit 42b1744901
+2 -5
View File
@@ -19,15 +19,12 @@ script:
- sudo make DESTDIR=appdir install ; sudo chown -R $USER appdir ; find appdir/ - sudo make DESTDIR=appdir install ; sudo chown -R $USER appdir ; find appdir/
after_success: after_success:
- ldd appdir/usr/bin/glabels-qt
- which qmake
- qmake -query
- wget -c "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage" - wget -c "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage"
- chmod a+x linuxdeployqt*.AppImage - chmod a+x linuxdeployqt*.AppImage
- unset QTDIR; unset QT_PLUGIN_PATH ; unset LD_LIBRARY_PATH - unset QTDIR; unset QT_PLUGIN_PATH ; unset LD_LIBRARY_PATH
- export LD_LIBRARY_PATH=/opt/qt58/lib/:$LD_LIBRARY_PATH - export LD_LIBRARY_PATH=/opt/qt58/lib/:$LD_LIBRARY_PATH
- ./linuxdeployqt*.AppImage ./appdir/usr/share/applications/*.desktop -bundle-non-qt-libs -verbose=3 - ./linuxdeployqt*.AppImage ./appdir/usr/share/applications/*.desktop -bundle-non-qt-libs
- ./linuxdeployqt*.AppImage ./appdir/usr/share/applications/*.desktop -appimage -verbose=3 - ./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 - ls -lh ./gLabels*.AppImage
- mv ./gLabels*.AppImage glabels-continuous-x86_64.AppImage - mv ./gLabels*.AppImage glabels-continuous-x86_64.AppImage