Skip to content

Commit fa83999

Browse files
author
MarcoFalke
committed
travis: Compile once on trusty
1 parent 5e0c0fd commit fa83999

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,17 @@ jobs:
9999
GOAL="install"
100100
BITCOIN_CONFIG="--enable-zmq --with-gui=qt5 --enable-glibc-back-compat --enable-reduce-exports --enable-debug CXXFLAGS=\"-g0 -O2\""
101101
102+
- stage: test
103+
name: 'x86_64 Linux [GOAL: install] [trusty] [no depends, only system libs]'
104+
env: >-
105+
HOST=x86_64-unknown-linux-gnu
106+
DOCKER_NAME_TAG=ubuntu:14.04
107+
PACKAGES="python3-zmq qtbase5-dev qttools5-dev-tools libicu-dev libpng-dev libssl-dev libevent-dev bsdmainutils libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-test-dev libboost-thread-dev libdb5.1++-dev libminiupnpc-dev libzmq3-dev libprotobuf-dev protobuf-compiler libqrencode-dev"
108+
NO_DEPENDS=1
109+
RUN_FUNCTIONAL_TESTS=false
110+
GOAL="install"
111+
BITCOIN_CONFIG="--enable-zmq --with-incompatible-bdb --with-gui=no"
112+
102113
- stage: test
103114
name: 'x86_64 Linux [GOAL: install] [xenial] [no depends, only system libs, sanitizers: thread (TSan), no wallet]'
104115
env: >-

0 commit comments

Comments
 (0)