Skip to content

Commit 84f5315

Browse files
committed
Travis: Add test without BIP70 (but still full wallet + tests)
1 parent 113f000 commit 84f5315

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,15 @@ 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+
135144
- stage: test
136145
name: 'x86_64 Linux [GOAL: install] [bionic] [no wallet]'
137146
env: >-

0 commit comments

Comments
 (0)