Skip to content

Commit b3c4ec4

Browse files
hcorionNekotekina
authored andcommitted
Fix Travis build (RPCS3#2902)
1 parent 4ce8e9b commit b3c4ec4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,12 @@ before_script:
7575
- make -j 3
7676
- # AppImage generation
7777
- if [ "$TRAVIS_BRANCH" = "master" ] && [ "$TRAVIS_PULL_REQUEST" = false ]; then
78+
export LD_LIBRARY_PATH=/opt/qt59/lib/:$LD_LIBRARY_PATH ;
7879
make DESTDIR=appdir install ; find appdir/ ;
7980
find ../bin ;
8081
wget -c "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage" ;
8182
chmod a+x linuxdeployqt*.AppImage ;
82-
unset QTDIR; unset QT_PLUGIN_PATH ; unset LD_LIBRARY_PATH ;
83+
unset QTDIR; unset QT_PLUGIN_PATH ;
8384
./linuxdeployqt*.AppImage ./appdir/usr/share/applications/*.desktop -bundle-non-qt-libs ;
8485
./linuxdeployqt*.AppImage ./appdir/usr/share/applications/*.desktop -appimage ;
8586
find ./appdir -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3 | sort | uniq ;

0 commit comments

Comments
 (0)