Update .gitlab-ci.yml
This commit is contained in:
parent
847f771371
commit
2eeb041353
|
@ -20,6 +20,7 @@ build-appimage:
|
||||||
image: rabits/qt:5.11-desktop
|
image: rabits/qt:5.11-desktop
|
||||||
stage: build
|
stage: build
|
||||||
before_script:
|
before_script:
|
||||||
|
- sudo apt-get update
|
||||||
- sudo apt-get install -y wget libpulse-dev
|
- sudo apt-get install -y wget libpulse-dev
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
- wget https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage
|
- wget https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage
|
||||||
|
|
Loading…
Reference in New Issue