mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
Travis: Include dependencies for building icons
This commit is contained in:
parent
4fa10fe4e7
commit
06b30cfad8
2 changed files with 2 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue