diff options
| author | Edward Thomson <ethomson@edwardthomson.com> | 2018-09-06 15:02:28 +0100 |
|---|---|---|
| committer | Edward Thomson <ethomson@edwardthomson.com> | 2018-09-22 19:58:18 +1000 |
| commit | 4b9a0880147492f47566e56eca101f82de86c0e8 (patch) | |
| tree | 86a5d986676fa64b2145a7ed8be486172cde2138 /README.md | |
| parent | a54043b7f9ceef2ed370933c2d58c7fb96c68011 (diff) | |
| download | libgit2-4b9a0880147492f47566e56eca101f82de86c0e8.tar.gz | |
README: more CI status badges
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,8 +1,11 @@ libgit2 - the Git linkable library ================================== -[](https://dev.azure.com/libgit2/libgit2/_build/latest?definitionId=7) -[](https://scan.coverity.com/projects/639) +| Build Status | | +| ------------ | - | +| **master** branch CI builds | [](https://dev.azure.com/libgit2/libgit2/_build/latest?definitionId=7&branchName=master) | +| **v0.27 branch** CI builds | [](https://dev.azure.com/libgit2/libgit2/_build/latest?definitionId=7&branchName=maint/v0.27) | +| **Nightly** builds | [](https://libgit2.visualstudio.com/libgit2/_build/latest?definitionId=9&branchName=master) [](https://scan.coverity.com/projects/639) | `libgit2` is a portable, pure C implementation of the Git core methods provided as a linkable library with a solid API, allowing to build Git |
