aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2016-07-20 13:57:25 +0200
committerRiccardo Spagni <ric@spagni.net>2016-07-20 13:57:25 +0200
commitc20a6d9069fb108f77961d17146eebeee07f6b6e (patch)
tree76908a895b3e6d283f4b80e658cea4f11508b297
parentMerge pull request #904 (diff)
parentDocs: update 'Development Resources' in README. (diff)
downloadmonero-c20a6d9069fb108f77961d17146eebeee07f6b6e.tar.xz
Merge pull request #909
bbba197 Docs: update 'Development Resources' in README. (anonimal) 2feb94b Travis-CI: add build-status badge to README.md (anonimal) f025622 Travis-CI: remote redundant make release-test. (anonimal) b332da3 Travis-CI: implement first-draft configuration. (anonimal)
-rw-r--r--.travis.yml28
-rw-r--r--README.md11
2 files changed, 34 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 000000000..2026cba5f
--- /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 2278d80ae..0b475a946 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