aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2019-01-28 11:42:59 -0500
committerMarcoFalke <falke.marco@gmail.com>2019-01-28 11:40:56 -0500
commitfa83999d92a8130e98b10951e226a006a344ab98 (patch)
tree94e969c5606a9b048fb831067bf024b218ba9383 /.travis.yml
parent5e0c0fd62ff04178f36fb5219e47fa647df66a38 (diff)
downloadbitcoin-fa83999d92a8130e98b10951e226a006a344ab98.tar.xz
travis: Compile once on trusty
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 6181726fb6..6d7ce0f85a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -100,6 +100,17 @@ jobs:
BITCOIN_CONFIG="--enable-zmq --with-gui=qt5 --enable-glibc-back-compat --enable-reduce-exports --enable-debug CXXFLAGS=\"-g0 -O2\""
- stage: test
+ name: 'x86_64 Linux [GOAL: install] [trusty] [no depends, only system libs]'
+ env: >-
+ HOST=x86_64-unknown-linux-gnu
+ DOCKER_NAME_TAG=ubuntu:14.04
+ 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"
+ NO_DEPENDS=1
+ RUN_FUNCTIONAL_TESTS=false
+ GOAL="install"
+ BITCOIN_CONFIG="--enable-zmq --with-incompatible-bdb --with-gui=no"
+
+ - stage: test
name: 'x86_64 Linux [GOAL: install] [xenial] [no depends, only system libs, sanitizers: thread (TSan), no wallet]'
env: >-
HOST=x86_64-unknown-linux-gnu