diff options
| author | oldmud0 <3421260-oldmud0@users.noreply.gitlab.com> | 2019-02-06 23:23:55 +0000 |
|---|---|---|
| committer | oldmud0 <3421260-oldmud0@users.noreply.gitlab.com> | 2019-02-06 23:23:55 +0000 |
| commit | 3cbbcd9a5c7a4574fb1edd1e7075345592c3dd75 (patch) | |
| tree | e1a333813bca68044aaed3583a3c572d2f4921b5 | |
| parent | 21465def688370eb8a4132352ae789e7a1fca9cb (diff) | |
Add zip dependency to Windows deploy
| -rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7b8e68ae..5f108050 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,7 @@ build linux x86_64: script: - qmake --version - gcc --version - - sudo apt-get install --no-install-recommends -y upx zip unzip + - sudo apt-get install --no-install-recommends -y upx unzip - cd scripts - ./configure_ubuntu.sh @@ -107,6 +107,8 @@ deploy windows: - docker - linux script: + - sudo apt-get install --no-install-recommends -y zip + - mkdir artifact - cd artifact - *deploy_base |
