Update .gitlab-ci.yml

This commit is contained in:
Black Hat 2018-10-19 03:52:53 +00:00
parent 9b0b321ccb
commit 162016025b
1 changed files with 3 additions and 3 deletions

View File

@ -23,10 +23,10 @@ build-appimage:
- git submodule update --init --recursive - git submodule update --init --recursive
script: script:
- /opt/qt511/bin/qt511-env.sh - /opt/qt511/bin/qt511-env.sh
- /opt/qt511/bin/qmake CONFIG+=release CONFIG+=qtquickcompiler PREFIX=~/deploy - /opt/qt511/bin/qmake CONFIG+=release CONFIG+=qtquickcompiler PREFIX=/usr
- make - make
- make install - make INSTALL_ROOT=appdir install
- /usr/bin/linuxdeployqt-continuous-x86_64.AppImage ~/deploy/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/qt511/bin/qmake
artifacts: artifacts:
paths: paths:
- Spectral-x86_64.AppImage - Spectral-x86_64.AppImage