Skip to content

Commit

Permalink
wallet building
Browse files Browse the repository at this point in the history
  • Loading branch information
CryptoDragonLady committed Sep 10, 2018
1 parent 6409613 commit 006e1f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ env:
- HOST=arm-linux-gnueabihf PACKAGES="g++-arm-linux-gnueabihf" DEP_OPTS="NO_QT=1"
CHECK_DOC=1 GOAL="install" BITCOIN_CONFIG="--enable-glibc-back-compat --enable-reduce-exports"
- HOST=i686-w64-mingw32 PPA="ppa:bitcoin/bitcoin" DPKG_ADD_ARCH="i386" DEP_OPTS="NO_QT=0" PACKAGES="python3
python3-dev python3-pip nsis g++-mingw-w64-i686 wine1.6 bc nsis wine1.6 bc build-essential
python3-dev python3-pip nsis g++-mingw-w64-i686 bc nsis wine1.6 bc build-essential
libtool autotools-dev automake cmake pkg-config bsdmainutils imagemagick libzmq3-dev
libdb4.8++ libdb4.8 libdb4.8-dev db4.8-util libdb4.8++-dev libminiupnpc-dev curl g++-mingw-w64-x86-64 mingw-w64-x86-64-dev g++-mingw-w64-i686 mingw-w64-i686-dev
libqt5gui5 libqt5core5a libqt5dbus5 qtbase5-dev libevent-dev libboost-system-dev libboost-filesystem-dev qttools5-dev qttools5-dev-tools libboost-chrono-dev libboost-test-dev libboost-thread-dev libdb5.3++-dev libminiupnpc-dev libzmq3-dev libprotobuf-dev protobuf-compiler libqrencode-dev"
RUN_TESTS=false GOAL="install" BITCOIN_CONFIG="--enable-reduce-exports --enable-zmq --enable-gui --with-gui=qt5 LDFLAGS=-static-libstdc++" CONFIG_SHELL="/bin/dash"
- HOST=i686-w32-mingw32 PPA="ppa:bitcoin/bitcoin" DPKG_ADD_ARCH="i386" DEP_OPTS="NO_QT=1" PACKAGES="python3 nsis g++-mingw-w64-i686 wine-binfmt wine32"
libqt5gui5 libqt5core5a libqt5dbus5 qtbase5-dev libevent-dev libboost-system-dev libboost-filesystem-dev qttools5-dev qttools5-dev-tools libminiupnpc-dev libzmq3-dev libprotobuf-dev protobuf-compiler libqrencode-dev"
RUN_TESTS=false GOAL="install" BITCOIN_CONFIG="--enable-reduce-exports --with-incompatible-bdb --enable-zmq --enable-gui --with-gui=qt5 LDFLAGS=-static-libstdc++" CONFIG_SHELL="/bin/dash"
- HOST=i686-w32-mingw32 PPA="ppa:bitcoin/bitcoin" DPKG_ADD_ARCH="i386" DEP_OPTS="NO_QT=1" PACKAGES="python3 nsis g++-mingw-w64-i686 wine1.6"
RUN_TESTS=false GOAL="install" BITCOIN_CONFIG="--enable-reduce-exports"
- HOST=i686-pc-linux-gnu PACKAGES="g++-multilib bc python3-pip python3-dev"
DEP_OPTS="NO_QT=1" RUN_TESTS=false GOAL="install" BITCOIN_CONFIG="--disable-zmq
Expand Down

0 comments on commit 006e1f8

Please sign in to comment.