Merge #13406: travis: Change Mac goal to all deploy

3d69853090 travis: Change Mac goal to all deploy so that travis can build all executables for Mac. (Chun Kuan Lee)

Pull request description:

  Currently, travis only build bitcoin-qt for Mac with make deploy, so  I think that we can add a make step to build cli, daemon, test and bench executables.

Tree-SHA512: 346c207836ee7313a57e0cd03367ada7e95c182d0f58b06c4ee5b8f2865ba4ee077b030a5494b58a808c015afe0569fa3252d0a5a687c47b7094dc77599ce50e
Signed-off-by: pasta <pasta@dashboost.org>

# Conflicts:
#	.travis.yml
This commit is contained in:
MarcoFalke 2018-06-13 13:21:00 -04:00 committed by pasta
parent c14b2e9ef3
commit 35c791c37d

View File

@ -80,5 +80,5 @@ elif [ "$BUILD_TARGET" = "mac" ]; then
export HOST=x86_64-apple-darwin11 export HOST=x86_64-apple-darwin11
export BITCOIN_CONFIG="--enable-gui --enable-reduce-exports --disable-miner" export BITCOIN_CONFIG="--enable-gui --enable-reduce-exports --disable-miner"
export OSX_SDK=10.11 export OSX_SDK=10.11
export GOAL="deploy" export GOAL="all deploy"
fi fi