Install 3rd party libraries dev packages in Cirrus CI build
As we don't check out all submodules, we need them there.
This commit is contained in:
parent
e9cfd92869
commit
120e8f5395
1 changed files with 2 additions and 1 deletions
|
|
@ -33,7 +33,8 @@ task:
|
|||
|
||||
case "${osname}" in
|
||||
Linux)
|
||||
WX_EXTRA_PACKAGES="$WX_EXTRA_PACKAGES g++ make"
|
||||
WX_EXTRA_PACKAGES="$WX_EXTRA_PACKAGES \
|
||||
g++ libexpat1-dev libjpeg-dev libpng-dev libtiff5-dev make zlib1g-dev"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue