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:
commit
c20a6d9069
|
@ -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
|
11
README.md
11
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
|
||||
|
|
Loading…
Reference in New Issue