Update .gitlab-ci.yml

This commit is contained in:
Black Hat 2018-10-14 10:06:55 +00:00
parent 7fa8e61519
commit 1232297fa5
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@ build-appimage:
before_script: before_script:
- git submodule update --init --recursive - git submodule update --init --recursive
script: script:
- /opt/qt511/bin/qt511-env.sh - sh /opt/qt511/bin/qt511-env.sh
- qmake CONFIG+=release PREFIX=deploy - /opt/qt511/bin/qmake CONFIG+=release PREFIX=deploy
- make - make
- make install - make install
- /usr/bin/linuxdeployqt-continuous-x86_64.AppImage deploy/share/applications/org.eu.encom.spectral.desktop -appimage -qmldir=qml -qmldir=imports - /usr/bin/linuxdeployqt-continuous-x86_64.AppImage deploy/share/applications/org.eu.encom.spectral.desktop -appimage -qmldir=qml -qmldir=imports