Travis: Include dependencies for building icons

This commit is contained in:
Luke Dashjr 2016-02-08 22:22:12 +00:00 committed by Gregory Sanders
parent 4fa10fe4e7
commit 06b30cfad8
2 changed files with 2 additions and 1 deletions

View file

@ -25,6 +25,7 @@ env:
- CCACHE_DIR=$HOME/.ccache
- BASE_OUTDIR=$TRAVIS_BUILD_DIR/out
- SDK_URL=https://bitcoincore.org/depends-sources/sdks
- COMMON_PACKAGES="icnsutils librsvg2-bin imagemagick"
- WINEDEBUG=fixme-all
- DOCKER_PACKAGES="build-essential libtool autotools-dev automake pkg-config bsdmainutils curl git ca-certificates ccache"
before_install:

View file

@ -22,5 +22,5 @@ if [ -n "$DPKG_ADD_ARCH" ]; then
fi
travis_retry DOCKER_EXEC apt-get update
travis_retry DOCKER_EXEC apt-get install --no-install-recommends --no-upgrade -qq $PACKAGES $DOCKER_PACKAGES
travis_retry DOCKER_EXEC apt-get install --no-install-recommends --no-upgrade -qq $COMMON_PACKAGES $PACKAGES $DOCKER_PACKAGES