Skip to content

Commit 06b30cf

Browse files
luke-jrinstagibbs
authored andcommitted
Travis: Include dependencies for building icons
1 parent 4fa10fe commit 06b30cf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ env:
2525
- CCACHE_DIR=$HOME/.ccache
2626
- BASE_OUTDIR=$TRAVIS_BUILD_DIR/out
2727
- SDK_URL=https://bitcoincore.org/depends-sources/sdks
28+
- COMMON_PACKAGES="icnsutils librsvg2-bin imagemagick"
2829
- WINEDEBUG=fixme-all
2930
- DOCKER_PACKAGES="build-essential libtool autotools-dev automake pkg-config bsdmainutils curl git ca-certificates ccache"
3031
before_install:

.travis/test_04_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ if [ -n "$DPKG_ADD_ARCH" ]; then
2222
fi
2323

2424
travis_retry DOCKER_EXEC apt-get update
25-
travis_retry DOCKER_EXEC apt-get install --no-install-recommends --no-upgrade -qq $PACKAGES $DOCKER_PACKAGES
25+
travis_retry DOCKER_EXEC apt-get install --no-install-recommends --no-upgrade -qq $COMMON_PACKAGES $PACKAGES $DOCKER_PACKAGES
2626

0 commit comments

Comments
 (0)