aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcoFalke <[email protected]>2016-09-22 13:07:11 +0200
committerMarcoFalke <[email protected]>2016-09-22 13:00:56 +0200
commitfa16991e7bb133ac23cc51e566b5b5f3c8e8b9a4 (patch)
treeb7dcab98280f7a962fed9015b7243e07475f2f9e
parentMerge #8656: Trivial: Do not shadow global variable fileout (diff)
downloaddiscoin-fa16991e7bb133ac23cc51e566b5b5f3c8e8b9a4.tar.xz
discoin-fa16991e7bb133ac23cc51e566b5b5f3c8e8b9a4.zip
[travis] cross-mac: explicitly enable gui
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 0b38fd45f..d201cea73 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -34,7 +34,7 @@ env:
# No wallet
- HOST=x86_64-unknown-linux-gnu PACKAGES="python3" DEP_OPTS="NO_WALLET=1" RUN_TESTS=true GOAL="install" BITCOIN_CONFIG="--enable-glibc-back-compat --enable-reduce-exports"
# Cross-Mac
- - HOST=x86_64-apple-darwin11 PACKAGES="cmake imagemagick libcap-dev librsvg2-bin libz-dev libbz2-dev libtiff-tools python-dev" BITCOIN_CONFIG="--enable-reduce-exports" OSX_SDK=10.11 GOAL="deploy"
+ - HOST=x86_64-apple-darwin11 PACKAGES="cmake imagemagick libcap-dev librsvg2-bin libz-dev libbz2-dev libtiff-tools python-dev" BITCOIN_CONFIG="--enable-gui --enable-reduce-exports" OSX_SDK=10.11 GOAL="deploy"
before_install:
- export PATH=$(echo $PATH | tr ':' "\n" | sed '/\/opt\/python/d' | tr "\n" ":" | sed "s|::|:|g")