Skip to content

Commit 642bd7b

Browse files
author
MarcoFalke
committed
Merge #15411: travis: Combine --disable-bip70 into existing job
eeeee58 travis: Combine --disable-bip70 into existing job (MarcoFalke) Pull request description: We already have too many jobs, so instead of creating a separate job for the `--disable-bip70` configue option, combine it into an existing job Tree-SHA512: 9e2fae73d90cb55b588c545bc118a14eba064f17fffd9b302c3fdbb8715e2319db03eac92ae51b3c16481f28a004a1c964dab75ca80a213e87574da8f73e3207
2 parents 3facd9f + eeeee58 commit 642bd7b

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)