Update .gitlab-ci.yml
This commit is contained in:
parent
d35405696f
commit
9b0b321ccb
|
@ -23,10 +23,10 @@ build-appimage:
|
|||
- git submodule update --init --recursive
|
||||
script:
|
||||
- /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=~/deploy
|
||||
- make
|
||||
- make 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 ~/deploy/share/applications/org.eu.encom.spectral.desktop -appimage -qmldir=qml -qmldir=imports -qmake=/opt/qt511/bin/qmake
|
||||
artifacts:
|
||||
paths:
|
||||
- Spectral-x86_64.AppImage
|
Loading…
Reference in New Issue