Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornulltoken <emeric.fermas@gmail.com>2012-12-26 20:47:01 +0400
committernulltoken <emeric.fermas@gmail.com>2012-12-26 20:47:01 +0400
commitb67ec307c71af8385dc24073c3e89377a35d087d (patch)
treeeedcd5f9218ea8a775e8f19eb208f7e45bca29e2 /README.md
parent17e8c95b683c4a81e5452c05f8340a51a95af068 (diff)
Add a build status section to the README file
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/README.md b/README.md
index afe1d543..a9f3a9a7 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
- [NuGet package](http://nuget.org/List/Packages/LibGit2Sharp)
- [Source code](https://github.com/libgit2/libgit2sharp/)
- - [CI server](http://teamcity.codebetter.com/project.html?projectId=project127&guest=1)
+ - [Continuous integration](http://teamcity.codebetter.com/project.html?projectId=project127&guest=1)
## Troubleshooting and support
@@ -14,6 +14,16 @@
- Found a bug or missing a feature? Feed the [issue tracker](https://github.com/libgit2/libgit2sharp/issues)
- Announcements and related miscellanea through Twitter ([@libgit2sharp](http://twitter.com/libgit2sharp))
+## Current project build status
+The [build](http://teamcity.codebetter.com/project.html?projectId=project127&guest=1) is generously hosted and run on the [CodeBetter TeamCity](http://codebetter.com/codebetter-ci/) infrastructure
+
+| | Status of last build |
+| :------ | :------: |
+| **master** | [![master](http://teamcity.codebetter.com/app/rest/builds/buildType:\(id:bt398\)/statusIcon)](http://teamcity.codebetter.com/viewType.html?buildTypeId=bt398&guest=1) |
+| **vNext (Win x86)** | [![vNext x86](http://teamcity.codebetter.com/app/rest/builds/buildType:\(id:bt651\)/statusIcon)](http://teamcity.codebetter.com/viewType.html?buildTypeId=bt651&guest=1) |
+| **vNext (Win amd64)** | [![vNext amd64](http://teamcity.codebetter.com/app/rest/builds/buildType:\(id:bt652\)/statusIcon)](http://teamcity.codebetter.com/viewType.html?buildTypeId=bt652&guest=1) |
+| **vNext (Mono)** | [![vNext Mono](http://teamcity.codebetter.com/app/rest/builds/buildType:\(id:bt656\)/statusIcon)](http://teamcity.codebetter.com/viewType.html?buildTypeId=bt656&guest=1) |
+
## Quick contributing guide
- Fork and clone locally