Add zip dependency to Windows deploy
This commit is contained in:
parent
21465def68
commit
3cbbcd9a5c
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user