mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Travis: add Grantlee plugins
With this we appear to have a fully functional AppImage. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
f32b431a6d
commit
61dc1411ae
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue