Update .gitlab-ci.yml

square-messages
Black Hat 2018-10-14 08:01:01 +00:00
parent 3cc24c4815
commit 5aa6570356
1 changed files with 3 additions and 3 deletions

View File

@ -23,9 +23,9 @@ build-appimage:
- apt-get update
- apt-get install software-properties-common -y
- add-apt-repository ppa:beineri/opt-qt-5.11.1-bionic -y
- apt-get update -qq
- apt-get -y install qt511base qt511graphicaleffects qt511multimedia qt511quickcontrols2 git wget
- source /opt/qt511/bin/qt511-env.sh
- apt-get update
- apt-get install qt511base qt511graphicaleffects qt511multimedia qt511quickcontrols2 git wget -y
- source /opt/qt*/bin/qt*-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