summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-11-05 18:11:28 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-11-05 19:46:10 -0800
commit61dc1411ae2e570248d447147fe7e6a4da1dd219 (patch)
tree9702577315e0493d138f6ce7bea1fe1f01a71d85 /.travis.yml
parentf32b431a6da59beed90671dd30f2ec665261c767 (diff)
downloadsubsurface-61dc1411ae2e570248d447147fe7e6a4da1dd219.tar.gz
Travis: add Grantlee plugins
With this we appear to have a fully functional AppImage. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 6e771b053..e743cb385 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -56,6 +56,7 @@ script:
- env CTEST_OUTPUT_ON_FAILURE=1 make -C subsurface/build check
- # env CTEST_OUTPUT_ON_FAILURE=1 make -C subsurface/build-mobile check
- mkdir -p appdir/usr/plugins/ ; mv appdir/usr/home/travis/build/*/subsurface/Qt/5.9.1/plugins/* appdir/usr/plugins/
+ - mv appdir/usr/lib/grantlee/ appdir/usr/plugins/
- sudo mv appdir/usr/lib/* /usr/local/lib/ # Workaround for https://github.com/probonopd/linuxdeployqt/issues/160
- rm -rf appdir/usr/home/ appdir/usr/include/ appdir/usr/share/man/ # No need to ship developer and man files as part of the AppImage
- wget -c "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage"