Update .gitlab-ci.yml

This commit is contained in:
oldmud0 2019-01-21 02:29:21 +00:00
parent 9f816e16fd
commit a37212ae7c

View File

@ -3,6 +3,7 @@ image: rabits/qt:5.9-desktop
before_script: before_script:
- sudo apt-get install --no-install-recommends -y upx zip unzip - sudo apt-get install --no-install-recommends -y upx zip unzip
- qmake --version - qmake --version
- mkdir lib
- ./scripts/configure_ubuntu.sh - ./scripts/configure_ubuntu.sh
build linux x86_64: build linux x86_64: