Skip to content

Commit 2594d39

Browse files
committed
Update travis build config.
1 parent 3eb3229 commit 2594d39

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ install:
7272
script:
7373

7474
# Download and build libbitcoin-server and all dependencies.
75-
- if [[ $OSX && $CLANG && $STATIC ]]; then ./install.sh --without-consensus --enable-testnet --disable-shared --build-boost --prefix=$HOME/my-prefix; fi
75+
- if [[ $OSX && $CLANG && $STATIC ]]; then ./install.sh --without-consensus --with-secp256k1 --without-openssl --enable-testnet --disable-shared --build-boost --prefix=$HOME/my-prefix; fi
7676
- if [[ $LINUX && $CLANG && $STATIC ]]; then ./install.sh --with-secp256k1 --without-openssl --disable-shared --build-boost --prefix=$HOME/my-prefix CXXFLAGS='-Os -stdlib=libstdc++' LDLIBS='-lstdc++'; fi
7777
- if [[ $LINUX && $GCC && $STATIC ]]; then ./install.sh --disable-ndebug --disable-shared --build-boost --prefix=$HOME/my-prefix --build-dir=my-build --with-bash-completiondir CXXFLAGS='-Os -s'; fi
7878
- if [[ $OSX && $CLANG && $DYNAMIC ]]; then ./install.sh --with-secp256k1 --without-openssl --with-bash-completiondir; fi

install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ BITCOIN_OPTIONS=\
237237
#------------------------------------------------------------------------------
238238
BITCOIN_CONSENSUS_OPTIONS=\
239239
"--without-tests "\
240+
"${with_boost} "\
240241
"${with_pkgconfigdir} "
241242

242243
# Define bitcoin-blockchain options.

0 commit comments

Comments
 (0)