Merge pull request #474 from tazz2004/1.7-dev-Travis-CI

1.7 dev Travis CI
This commit is contained in:
langerhans 2014-04-17 21:30:14 +02:00
commit f5a32e0c6e
2 changed files with 26 additions and 0 deletions

24
.travis.yml Normal file
View file

@ -0,0 +1,24 @@
language: cpp
cache: apt
compiler:
- gcc
before_install:
- sudo apt-get update -qq
- sudo apt-get install build-essential libtool autotools-dev autoconf libssl-dev pkg-config
- sudo apt-get install libboost1.48-dev libboost-chrono1.48-dev libboost-filesystem1.48-dev libboost-program-options1.48-dev libboost-system1.48-dev libboost-test1.48-dev libboost-thread1.48-dev
- sudo apt-get install libdb++-dev
- sudo apt-get install libqt4-dev
- sudo apt-get install libprotobuf-dev protobuf-compiler
script:
- ./autogen.sh
- ./configure CFLAGS="-O3"
- make -j 2
after_install:
- cd /home/travis/build/dogecoin/dogecoin/
- for t in `grep -r TEST_SUITE\( ./src/test/*.cpp |sed "s/^.*(//;s/[,)].*$//"`; do ./src/test/test_dogecoin --run_test=$t; done
notifications:
irc:
channels:
- "chat.freenode.net#dogecoin-dev"
template:
- "%{repository}/%{branch} (%{commit} - %{author}): %{message}"

View file

@ -3,6 +3,8 @@
![Dogecoin](http://static.tumblr.com/ppdj5y9/Ae9mxmxtp/300coin.png)
[![Build Status](https://travis-ci.org/dogecoin/dogecoin.svg?branch=1.7-dev)](https://travis-ci.org/dogecoin/dogecoin)
## What is Dogecoin? Such coin
Dogecoin is a cryptocurrency like Bitcoin, although it does not use SHA256 as its proof of work (POW). Taking development cues from Tenebrix and Litecoin, Dogecoin currently employs a simplified variant of scrypt.