aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2019-01-28 13:39:11 -0500
committerMarcoFalke <falke.marco@gmail.com>2019-01-28 13:51:41 -0500
commitfa5ce3f10ea98e5cd6bdd829b5b7b8fd2736d286 (patch)
treeadcaefc38fa99c4b3d628ea80fe4657615c44105 /.travis.yml
parentfa83999d92a8130e98b10951e226a006a344ab98 (diff)
downloadbitcoin-fa5ce3f10ea98e5cd6bdd829b5b7b8fd2736d286.tar.xz
travis: Compile trusty with depends for now
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 6d7ce0f85a..ccea48d41b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -100,12 +100,11 @@ 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]'
+ name: 'x86_64 Linux [GOAL: install] [trusty] [depends for now]'
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"