diff options
| author | practicalswift <[email protected]> | 2017-07-30 19:56:51 +0200 |
|---|---|---|
| committer | practicalswift <[email protected]> | 2017-08-19 16:23:04 +0200 |
| commit | a65e02803cc76e9250f67a34c610234c263d4ab2 (patch) | |
| tree | 62f45984f003fef97031cf775932643fbfbc397a | |
| parent | Merge #10952: [wallet] Remove vchDefaultKey and have better first run detection (diff) | |
| download | discoin-a65e02803cc76e9250f67a34c610234c263d4ab2.tar.xz discoin-a65e02803cc76e9250f67a34c610234c263d4ab2.zip | |
Build with --enable-werror under OS X
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 12f91096c..dadac3165 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,7 +34,7 @@ env: # x86_64 Linux, 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-gui --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 --enable-werror" OSX_SDK=10.11 GOAL="deploy" before_install: - export PATH=$(echo $PATH | tr ':' "\n" | sed '/\/opt\/python/d' | tr "\n" ":" | sed "s|::|:|g") |