8000 Add a build status section to the README file · rlazev/libgit2sharp@b67ec30 · GitHub
[go: up one dir, main page]

Skip to content

Commit b67ec30

Browse files
committed
Add a build status section to the README file
1 parent 17e8c95 commit b67ec30

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,24 @@
66

77
- [NuGet package](http://nuget.org/List/Packages/LibGit2Sharp)
88
- [Source code](https://github.com/libgit2/libgit2sharp/)
9-
- [CI server](http://teamcity.codebetter.com/project.html?projectId=project127&guest=1)
9+
- [Continuous integration](http://teamcity.codebetter.com/project.html?projectId=project127&guest=1)
1010

1111
## Troubleshooting and support
1212

1313
- Usage or programming related question? Post it on [StackOverflow](http://stackoverflow.com/questions/tagged/libgit2sharp) using the tag *libgit2sharp*
1414
- Found a bug or missing a feature? Feed the [issue tracker](https://github.com/libgit2/libgit2sharp/issues)
1515
- Announcements and related miscellanea through Twitter ([@libgit2sharp](http://twitter.com/libgit2sharp))
1616

17+
## Current project build status
18+
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
19+
20+
| | Status of last build |
21+
| :------ | :------: |
22+
| **master** | [![master](http://teamcity.codebetter.com/app/rest/builds/buildType:\(id:bt398\)/statusIcon)](http://teamcity.codebetter.com/viewType.html?buildTypeId=bt398&guest=1) |
23+
| **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) |
24+
| **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) |
25+
| **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) |
26+
1727
## Quick contributing guide
1828

1929
- Fork and clone locally

0 commit comments

Comments
 (0)
0