CI: AppImage: Added Qt plugin
the build failed Details

This commit is contained in:
tastytea 2018-10-24 14:15:06 +02:00
parent b25da776ae
commit 376f77a3c9
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 7 additions and 1 deletions

View File

@ -28,7 +28,13 @@ pipeline:
- wget https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage
- chmod +x linuxdeploy-x86_64.AppImage
- ./linuxdeploy-x86_64.AppImage --appimage-extract
- UPDATE_INFORMATION="zsync|https://redirect.tastytea.de/appimage/whyblocked.zsync" ./squashfs-root/AppRun --appdir install --output appimage
- mkdir linuxdeploy-qt && cd linuxdeploy-qt
- wget https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-x86_64.AppImage
- chmod +x linuxdeploy-plugin-qt-x86_64.AppImage
- ./linuxdeploy-plugin-qt-x86_64.AppImage --appimage-extract
- cd ..
- ln -s linuxdeploy-qt/squashfs-root/AppRun linuxdeploy-plugin-qt
- UPDATE_INFORMATION="zsync|https://redirect.tastytea.de/appimage/whyblocked.zsync" ./squashfs-root/AppRun --appdir install --output appimage --plugin qt
volumes:
- /var/cache/debian-package-cache:/var/cache/apt/archives