This commit is contained in:
Black Hat 2019-02-02 21:05:47 +08:00
parent 232ae235a1
commit 98e0e7e6a3
2 changed files with 5 additions and 5 deletions

View File

@ -22,11 +22,11 @@ build-appimage:
before_script: before_script:
- git submodule update --init --recursive - git submodule update --init --recursive
script: script:
- /opt/qt511/bin/qt511-env.sh - /opt/qt512/bin/qt512-env.sh
- /opt/qt511/bin/qmake CONFIG+=debug CONFIG+=qml_debug PREFIX=/usr - /opt/qt512/bin/qmake CONFIG+=debug CONFIG+=qml_debug PREFIX=/usr
- make - make
- make INSTALL_ROOT=appdir install - make INSTALL_ROOT=appdir install
- /usr/bin/linuxdeployqt-continuous-x86_64.AppImage appdir/usr/share/applications/org.eu.encom.spectral.desktop -appimage -qmldir=qml -qmldir=imports -qmake=/opt/qt511/bin/qmake - /usr/bin/linuxdeployqt-continuous-x86_64.AppImage appdir/usr/share/applications/org.eu.encom.spectral.desktop -appimage -qmldir=qml -qmldir=imports -qmake=/opt/qt512/bin/qmake
artifacts: artifacts:
paths: paths:
- Spectral-x86_64.AppImage - Spectral-x86_64.AppImage

View File

@ -1,6 +1,6 @@
id: org.eu.encom.spectral id: org.eu.encom.spectral
runtime: org.kde.Platform runtime: org.kde.Platform
runtime-version: 5.11 runtime-version: 5.12
sdk: org.kde.Sdk sdk: org.kde.Sdk
command: spectral command: spectral
finish-args: finish-args: