Update .gitlab-ci.yml

This commit is contained in:
Black Hat 2018-10-14 05:15:58 +00:00
parent 487ca0f243
commit 307358a2cd
1 changed files with 2 additions and 2 deletions

View File

@ -20,13 +20,13 @@ build-appimage:
image: ubuntu:bionic image: ubuntu:bionic
stage: build stage: build
before_script: before_script:
- git submodule update --init --recursive
- sudo add-apt-repository ppa:beineri/opt-qt-5.11.1-bionic -y - sudo add-apt-repository ppa:beineri/opt-qt-5.11.1-bionic -y
- sudo apt-get update -qq - 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 - source /opt/qt511/bin/qt511-env.sh
- wget -c -nv "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage" - wget -c -nv "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage"
- chmod a+x linuxdeployqt-continuous-x86_64.AppImage - chmod a+x linuxdeployqt-continuous-x86_64.AppImage
- git submodule update --init --recursive
script: script:
- qmake CONFIG+=release PREFIX=deploy - qmake CONFIG+=release PREFIX=deploy
- make - make