mirror of
https://github.com/monero-project/monero.git
synced 2024-11-18 00:37:43 +00:00
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
2 changed files with 34 additions and 5 deletions
28
.travis.yml
Normal file
28
.travis.yml
Normal 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
|
|
@ -2,13 +2,14 @@
|
||||||
|
|
||||||
Copyright (c) 2014-2016, The Monero Project
|
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
|
## Development Resources
|
||||||
|
|
||||||
Web: [getmonero.org](https://getmonero.org)
|
Web: [getmonero.org](https://getmonero.org)
|
||||||
Forum: [forum.getmonero.org](https://forum.getmonero.org)
|
Forum: [forum.getmonero.org](https://forum.getmonero.org)
|
||||||
Mail: [dev@getmonero.org](mailto:dev@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: [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)
|
|
||||||
IRC: [#monero-dev on Freenode](irc://chat.freenode.net/#monero-dev)
|
IRC: [#monero-dev on Freenode](irc://chat.freenode.net/#monero-dev)
|
||||||
|
|
||||||
## Introduction
|
## Introduction
|
||||||
|
|
Loading…
Reference in a new issue