File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -75,11 +75,12 @@ before_script:
75
75
- make -j 3
76
76
- # AppImage generation
77
77
- if [ "$TRAVIS_BRANCH" = "master" ] && [ "$TRAVIS_PULL_REQUEST" = false ]; then
78
+ export LD_LIBRARY_PATH=/opt/qt59/lib/:$LD_LIBRARY_PATH ;
78
79
make DESTDIR=appdir install ; find appdir/ ;
79
80
find ../bin ;
80
81
wget -c "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage" ;
81
82
chmod a+x linuxdeployqt*.AppImage ;
82
- unset QTDIR; unset QT_PLUGIN_PATH ; unset LD_LIBRARY_PATH ;
83
+ unset QTDIR; unset QT_PLUGIN_PATH ;
83
84
./linuxdeployqt*.AppImage ./appdir/usr/share/applications/*.desktop -bundle-non-qt-libs ;
84
85
./linuxdeployqt*.AppImage ./appdir/usr/share/applications/*.desktop -appimage ;
85
86
find ./appdir -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3 | sort | uniq ;
You can’t perform that action at this time.
0 commit comments