diff options
| author | Luke Dashjr <[email protected]> | 2018-12-31 02:52:31 +0000 |
|---|---|---|
| committer | Luke Dashjr <[email protected]> | 2019-02-11 15:14:33 +0000 |
| commit | 84f53154e1a0309ef582443476451748eb982805 (patch) | |
| tree | a74d8195f8226cd729894021ca435be00d214206 | |
| parent | GUI: If BIP70 is disabled, give a proper error when trying to open a payment ... (diff) | |
| download | discoin-84f53154e1a0309ef582443476451748eb982805.tar.xz discoin-84f53154e1a0309ef582443476451748eb982805.zip | |
Travis: Add test without BIP70 (but still full wallet + tests)
| -rw-r--r-- | .travis.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index d5086b084..41532b926 100644 --- a/.travis.yml +++ b/.travis.yml @@ -133,6 +133,15 @@ jobs: BITCOIN_CONFIG="--enable-zmq --with-incompatible-bdb --with-gui=qt5 CPPFLAGS=-DDEBUG_LOCKORDER --with-sanitizers=address,integer,undefined CC=clang CXX=clang++" - stage: test + name: 'x86_64 Linux [GOAL: install] [no BIP70]' + env: >- + HOST=x86_64-unknown-linux-gnu + 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" + NO_DEPENDS=1 + GOAL="install" + BITCOIN_CONFIG="--enable-zmq --disable-bip70 --with-incompatible-bdb --with-gui=qt5 CPPFLAGS=-DDEBUG_LOCKORDER --with-sanitizers=address,integer,undefined CC=clang CXX=clang++" + + - stage: test name: 'x86_64 Linux [GOAL: install] [bionic] [no wallet]' env: >- HOST=x86_64-unknown-linux-gnu |