-
Notifications
You must be signed in to change notification settings - Fork 34
/
.travis.yml
10 lines (10 loc) · 1.08 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
language: cpp
compiler:
- gcc
# - clang
# Install dependencies
# install: make get-deps
#install: sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test && sudo apt-get -qq update && sudo apt-get -qq install g++-4.8 && sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 90 && export CXX=g++ && export CC=g++ && g++ --version && gcc --version && sudo rm /usr/bin/gcc && sudo ln -s /usr/bin/g++-4.8 /usr/bin/gcc && gcc --version && cd libjl777 && make onetime
install: sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test && sudo apt-get -qq update && sudo apt-get -qq install g++-4.8 && sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 90 && sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 90 && gcc --version && g++ --version && sudo apt-get -qq install make cmake automake unzip git gcc g++ clang build-essential libtool libssl-dev libdb++-dev libboost-all-dev libcurl4-gnutls-dev miniupnpc libminiupnpc-dev && cd libjl777 && make onetime
# Build and test
script: echo "Start make SuperNET" && make SuperNET && echo "Start make btcd" && make btcd