Update .gitlab-ci.yml

This commit is contained in:
Black Hat 2018-10-14 09:58:57 +00:00
parent 6b8dcfa49b
commit 7fa8e61519
1 changed files with 1 additions and 1 deletions

View File

@ -21,8 +21,8 @@ build-appimage:
stage: build stage: build
before_script: before_script:
- git submodule update --init --recursive - git submodule update --init --recursive
- /opt/qt511/bin/qt511-env.sh
script: script:
- /opt/qt511/bin/qt511-env.sh
- qmake CONFIG+=release PREFIX=deploy - qmake CONFIG+=release PREFIX=deploy
- make - make
- make install - make install