From 018af2c7680b3defc82bd9e8c510d0e746d99991 Mon Sep 17 00:00:00 2001 From: probonopd Date: Sat, 3 Jun 2017 13:14:22 +0200 Subject: [PATCH] Make it pick up our private patched mksquashfs --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index b937fc01..7d499366 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,6 +43,7 @@ after_success: - # Workaround for https://github.com/JvanKatwijk/qt-dab/issues/34 - find /usr/lib/ -type f -name librtlsdr.so* -exec cp {} appdir/usr/lib/librtlsdr.so \; - chmod a+x appimage/* ; rm appdir/AppRun ; cp appimage/* appdir/ + - export PATH=squashfs-root/usr/bin/:$PATH # Make it pick up our private patched mksquashfs; https://github.com/plougher/squashfs-tools/pull/13/files - squashfs-root/usr/bin/appimagetool $(readlink -f ./appdir/) - find ./appdir -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3 | sort | uniq - curl --upload-file ./Qt_DAB*.AppImage https://transfer.sh/Qt_DAB-git.$(git rev-parse --short HEAD)-x86_64.AppImage