Skip to content

Commit

Permalink
Create .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LightBurdenOfficial committed Oct 26, 2019
1 parent 8b2e272 commit 8880720
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
language: cpp
os: linux
dist: trusty
sudo: require
compiler: gcc

before_install:
- sudo apt-get install build-essential
- sudo apt-get install libboost-all-dev
- sudo apt-get install libcurl4-openssl-dev
- sudo apt-get install libdb5.3-dev
- sudo apt-get install libdb5.3++-dev
- sudo apt-get install qt-sdk
- sudo apt-get install libminiupnpc-dev
- sudo apt-get install qrencode
- sudo apt-get install libqrencode-dev
- sudo apt-get install git
- sudo apt-get install libtool
- sudo apt-get install automake
- sudo apt-get install autotools-dev
- sudo apt-get install autoconf
- sudo apt-get install pkg-config
- sudo apt-get install libssl-dev
- sudo apt-get install libgmp3-dev
- sudo apt-get install libevent-dev
- sudo apt-get install bsdmainutils -y
install:
- git clone https://github.com/DigitalCoin1/SperoCoin
- cd SperoCoin/src
script: make -f makefile.unix USE_UPNP=- USE_IPV6=1

0 comments on commit 8880720

Please sign in to comment.