Add zip dependency to Windows deploy

This commit is contained in:
oldmud0 2019-02-06 23:23:55 +00:00
parent 21465def68
commit 3cbbcd9a5c

View File

@ -15,7 +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 - sudo apt-get install --no-install-recommends -y upx unzip
- cd scripts - cd scripts
- ./configure_ubuntu.sh - ./configure_ubuntu.sh
@ -107,6 +107,8 @@ deploy windows:
- docker - docker
- linux - linux
script: script:
- sudo apt-get install --no-install-recommends -y zip
- mkdir artifact - mkdir artifact
- cd artifact - cd artifact
- *deploy_base - *deploy_base