diff options
| author | oldmud0 <3421260-oldmud0@users.noreply.gitlab.com> | 2019-01-21 02:33:22 +0000 |
|---|---|---|
| committer | oldmud0 <3421260-oldmud0@users.noreply.gitlab.com> | 2019-01-21 02:33:22 +0000 |
| commit | 15247eeb767f35b9257c69335482c0676e982498 (patch) | |
| tree | fa2419ec53bc59db41a165407c73a373885c6f21 /.gitlab-ci.yml | |
| parent | a37212ae7cc483220dc3790fb8800c0a009adce2 (diff) | |
Update .gitlab-ci.yml
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 01ee7da4..9381c871 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,10 +1,12 @@ image: rabits/qt:5.9-desktop before_script: - - sudo apt-get install --no-install-recommends -y upx zip unzip + - echo Current working directory is $(pwd) - qmake --version - - mkdir lib - - ./scripts/configure_ubuntu.sh + - sudo apt-get install --no-install-recommends -y upx zip unzip + - cd scripts + - ./configure_ubuntu.sh + - cd .. build linux x86_64: stage: build |
