File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff 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 : >-
You can’t perform that action at this time.
0 commit comments