Update .gitlab-ci.yml

This commit is contained in:
Black Hat 2018-10-14 04:47:49 +00:00
parent 42886b8bc9
commit 795515b5ee
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ build-appimage:
stage: build stage: build
before_script: before_script:
- sudo apt-get update - sudo apt-get update
- sudo apt-get install -y wget libpulse-dev fuse libxi6 libegl1-mesa gst-plugins-base1.0 - sudo apt-get install -y wget libpulse-dev fuse libxi6 libegl1-mesa libgstreamer-plugins-base1.0-0
- 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
- chmod +x linuxdeployqt-continuous-x86_64.AppImage - chmod +x linuxdeployqt-continuous-x86_64.AppImage