Skip to content

Commit eeeee58

Browse files
author
MarcoFalke
committed
travis: Combine --disable-bip70 into existing job
1 parent 758c6d7 commit eeeee58

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

.travis.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,12 @@ jobs:
8585
BITCOIN_CONFIG="--enable-reduce-exports --disable-gui-tests"
8686
8787
- stage: test
88-
name: '32-bit + dash [GOAL: install]'
88+
name: '32-bit + dash [GOAL: install] [GUI: no BIP70]'
8989
env: >-
9090
HOST=i686-pc-linux-gnu
9191
PACKAGES="g++-multilib python3-zmq"
9292
GOAL="install"
93-
BITCOIN_CONFIG="--enable-zmq --enable-glibc-back-compat --enable-reduce-exports LDFLAGS=-static-libstdc++"
93+
BITCOIN_CONFIG="--enable-zmq --with-gui=qt5 --disable-bip70 --enable-glibc-back-compat --enable-reduce-exports LDFLAGS=-static-libstdc++"
9494
CONFIG_SHELL="/bin/dash"
9595
9696
- stage: test
@@ -132,15 +132,6 @@ jobs:
132132
GOAL="install"
133133
BITCOIN_CONFIG="--enable-zmq --with-incompatible-bdb --with-gui=qt5 CPPFLAGS=-DDEBUG_LOCKORDER --with-sanitizers=address,integer,undefined CC=clang CXX=clang++"
134134
135-
- stage: test
136-
name: 'x86_64 Linux [GOAL: install] [no BIP70]'
137-
env: >-
138-
HOST=x86_64-unknown-linux-gnu
139-
PACKAGES="clang llvm python3-zmq qtbase5-dev qttools5-dev-tools libssl1.0-dev libevent-dev bsdmainutils libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-test-dev libboost-thread-dev libdb5.3++-dev libminiupnpc-dev libzmq3-dev libqrencode-dev"
140-
NO_DEPENDS=1
141-
GOAL="install"
142-
BITCOIN_CONFIG="--enable-zmq --disable-bip70 --with-incompatible-bdb --with-gui=qt5 CPPFLAGS=-DDEBUG_LOCKORDER --with-sanitizers=address,integer,undefined CC=clang CXX=clang++"
143-
144135
- stage: test
145136
name: 'x86_64 Linux [GOAL: install] [bionic] [no wallet]'
146137
env: >-

0 commit comments

Comments
 (0)