Update .gitlab-ci.yml
This commit is contained in:
parent
487ca0f243
commit
307358a2cd
|
@ -20,13 +20,13 @@ build-appimage:
|
|||
image: ubuntu:bionic
|
||||
stage: build
|
||||
before_script:
|
||||
- git submodule update --init --recursive
|
||||
- sudo add-apt-repository ppa:beineri/opt-qt-5.11.1-bionic -y
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get -y install qt511base qt511graphicaleffects qt511multimedia qt511quickcontrols2
|
||||
- sudo apt-get -y install qt511base qt511graphicaleffects qt511multimedia qt511quickcontrols2 git wget
|
||||
- source /opt/qt511/bin/qt511-env.sh
|
||||
- wget -c -nv "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage"
|
||||
- chmod a+x linuxdeployqt-continuous-x86_64.AppImage
|
||||
- git submodule update --init --recursive
|
||||
script:
|
||||
- qmake CONFIG+=release PREFIX=deploy
|
||||
- make
|
||||
|
|
Loading…
Reference in New Issue