Update .gitlab-ci.yml
This commit is contained in:
parent
19ea5276ba
commit
927e6e5167
|
@ -26,7 +26,7 @@ build-appimage:
|
||||||
- /opt/qt511/bin/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 -qmake=/opt/qt511/bin/qmake
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- Spectral-x86_64.AppImage
|
- Spectral-x86_64.AppImage
|
Loading…
Reference in New Issue