Add AppImage.

square-messages
Black Hat 2018-10-14 02:26:50 +00:00
parent d9592e4a7c
commit 0f0b318ff9
1 changed files with 16 additions and 0 deletions

View File

@ -15,3 +15,19 @@ build-flatpak:
artifacts:
paths:
- flatpak/spectral.flatpak
build-appimage:
image: rabits/qt
stage: build
before_script:
- git submodule update --init --recursive
- wget https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage
- chmod +x linuxdeployqt-continuous-x86_64.AppImage
script:
- qmake PREFIX=deploy
- make
- make install
- ./linuxdeployqt-continuous-x86_64.AppImage deploy/share/applications/org.eu.encom.spectral.desktop -appimage -qmldir=qml -qmldir=imports
artifacts:
paths:
- Spectral-x86_64.AppImage