diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..2026cba5 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,28 @@ +sudo: required +dist: trusty +language: cpp +compiler: +- gcc +addons: + apt: + packages: + - build-essential + - cmake + - doxygen + - g++ + - gcc + - graphviz + - libboost1.55-all-dev + - libdb++-dev + - libdb-dev + - libgtest-dev + - libminiupnpc-dev + - libssl-dev + - libssl1.0.0 + - libunbound-dev + - libunwind8-dev + #sources: + #- ubuntu-toolchain-r-test +script: make -j2 && HAVE_DOT=YES doxygen Doxyfile +notifications: + email: false diff --git a/README.md b/README.md index 2278d80a..0b475a94 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,14 @@ Copyright (c) 2014-2016, The Monero Project +[![Build Status](https://travis-ci.org/anonimal/bitmonero.svg?branch=master)](https://travis-ci.org/anonimal/bitmonero) + ## Development Resources -Web: [getmonero.org](https://getmonero.org) -Forum: [forum.getmonero.org](https://forum.getmonero.org) -Mail: [dev@getmonero.org](mailto:dev@getmonero.org) -Github (staging): [https://github.com/monero-project/bitmonero](https://github.com/monero-project/bitmonero) -Github (development): [http://github.com/monero-project/bitmonero/tree/development](http://github.com/monero-project/bitmonero/tree/development) +Web: [getmonero.org](https://getmonero.org) +Forum: [forum.getmonero.org](https://forum.getmonero.org) +Mail: [dev@getmonero.org](mailto:dev@getmonero.org) +GitHub: [https://github.com/monero-project/bitmonero](https://github.com/monero-project/bitmonero) IRC: [#monero-dev on Freenode](irc://chat.freenode.net/#monero-dev) ## Introduction