Move yet another line out of before_script

This commit is contained in:
oldmud0 2019-02-06 22:56:03 +00:00
parent 565f183524
commit a815bb67f9

View File

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