Update .gitlab-ci.yml

This commit is contained in:
oldmud0 2019-01-21 02:44:27 +00:00
parent 15247eeb76
commit 2912065870

View File

@ -3,6 +3,7 @@ image: rabits/qt:5.9-desktop
before_script: before_script:
- echo Current working directory is $(pwd) - echo Current working directory is $(pwd)
- qmake --version - qmake --version
- gcc --version
- sudo apt-get install --no-install-recommends -y upx zip unzip - sudo apt-get install --no-install-recommends -y upx zip unzip
- cd scripts - cd scripts
- ./configure_ubuntu.sh - ./configure_ubuntu.sh