From b332da3e9af47c310f918a7de10c85667909f169 Mon Sep 17 00:00:00 2001 From: anonimal Date: Tue, 12 Jul 2016 23:33:57 +0000 Subject: [PATCH 1/4] Travis-CI: implement first-draft configuration. --- .travis.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..60c0b403 --- /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 && make -j2 release-test && HAVE_DOT=YES doxygen Doxyfile +notifications: + email: false From f025622ff2e9dd4afaed9e05062c4ac2708189f6 Mon Sep 17 00:00:00 2001 From: anonimal Date: Wed, 13 Jul 2016 00:45:06 +0000 Subject: [PATCH 2/4] Travis-CI: remote redundant make release-test. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 60c0b403..2026cba5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,6 +23,6 @@ addons: - libunwind8-dev #sources: #- ubuntu-toolchain-r-test -script: make -j2 && make -j2 release-test && HAVE_DOT=YES doxygen Doxyfile +script: make -j2 && HAVE_DOT=YES doxygen Doxyfile notifications: email: false From 2feb94b44dfbe2b939253421cdc29d28a432a9e6 Mon Sep 17 00:00:00 2001 From: anonimal Date: Wed, 13 Jul 2016 01:43:31 +0000 Subject: [PATCH 3/4] Travis-CI: add build-status badge to README.md * Currently points to anonimal/bitmonero. This should be changed to monero-project/bitmonero once the project signs-up for Travis-CI. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2278d80a..880bd48d 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ 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) From bbba197cc967baac13695e03ee3cc1b6f3d6492f Mon Sep 17 00:00:00 2001 From: anonimal Date: Wed, 13 Jul 2016 02:07:20 +0000 Subject: [PATCH 4/4] Docs: update 'Development Resources' in README. * Branch development was recently removed. All PR's now go directly to master. * Also, removed EOL whitespace --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 880bd48d..0b475a94 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,10 @@ Copyright (c) 2014-2016, The Monero Project ## 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