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)
This commit is contained in:
Riccardo Spagni 2016-07-20 13:57:25 +02:00
commit c20a6d9069
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD
2 changed files with 34 additions and 5 deletions

28
.travis.yml Normal file
View file

@ -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

View file

@ -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