Update .travis.yml
Removed verbosity of previous troubleshooting commits
This commit is contained in:
+2
-5
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user