diff options
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f8974a0..7f2a517 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,6 @@ cache: before_script: - echo Current working directory is $(pwd) - - sudo apt-get install --no-install-recommends -y upx zip unzip build linux x86_64: image: rabits/qt:5.9-desktop @@ -16,6 +15,7 @@ build linux x86_64: script: - qmake --version - gcc --version + - sudo apt-get install --no-install-recommends -y upx zip unzip - cd scripts - ./configure_ubuntu.sh |
