diff options
author | anonimal <anonimal@i2pmail.org> | 2016-11-06 18:11:16 +0000 |
---|---|---|
committer | anonimal <anonimal@i2pmail.org> | 2016-11-06 18:11:16 +0000 |
commit | 9d9ab38fcddf0ba1dda9d70fa17020c250cfc0fc (patch) | |
tree | 411c9da77e626a1ba91593b4085cf5cccb58c080 | |
parent | README: update build matrix (distro and ordering) (diff) | |
download | monero-9d9ab38fcddf0ba1dda9d70fa17020c250cfc0fc.tar.xz |
README: update armv8 link, add more coverage types
- Fixes armv8 build link
- Adds coverage matrix, coverity and license badges
Diffstat (limited to '')
-rw-r--r-- | README.md | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -17,7 +17,7 @@ Copyright (c) 2014-2016, The Monero Project | Ubuntu 16.04 | i686 | [](https://build.getmonero.org/builders/monero-static-ubuntu-i686) | Ubuntu 16.04 | amd64 | [](https://build.getmonero.org/builders/monero-static-ubuntu-amd64) | Ubuntu 16.04 | armv7 | [](https://build.getmonero.org/builders/monero-static-ubuntu-arm7) -| Debian Stable | armv8 | [](https://build.getmonero.org/builders/monero-static-debian-arm8) +| Debian Stable | armv8 | [](https://build.getmonero.org/builders/monero-static-debian-armv8) | OSX 10.10 | amd64 | [](https://build.getmonero.org/builders/monero-static-osx-10.10) | OSX 10.11 | amd64 | [](https://build.getmonero.org/builders/monero-static-osx-10.11) | OSX 10.12 | amd64 | [](https://build.getmonero.org/builders/monero-static-osx-10.12) @@ -25,9 +25,13 @@ Copyright (c) 2014-2016, The Monero Project | Windows (MSYS2/MinGW) | i686 | [](https://build.getmonero.org/builders/monero-static-win32) | Windows (MSYS2/MinGW) | amd64 | [](https://build.getmonero.org/builders/monero-static-win64) -## Tests +## Coverage -[](https://coveralls.io/github/monero-project/monero?branch=master) +| Type | Status | +|-----------|--------| +| Coverity | [](https://scan.coverity.com/projects/7621/) +| Coveralls | [](https://coveralls.io/github/monero-project/monero?branch=master) +| License | [](https://opensource.org/licenses/BSD-3-Clause) ## Introduction |