NancyFX based project that provides a shield for your Bitbucket Pipelines build status
Build server | Platform | Status |
---|---|---|
Bitbucket Pipelines | Linux | |
AppVeyor | Windows | |
TravisCI | Linux & OSX |
The web site can provide an SVG for last build status and also redirect to latest build log.
The status route provides an shields.io badge for given repo and branch.
{url where shield project is deployed}/[site]/status/{owner}/{repo}/{node}
The url route provides and redirect to latest build log for given repo and branch.
{url where shield project is deployed}/url/{owner}/{repo}/{node}
[![Build Status]](status url)](redirect url)
Currently only supports public repositories, the project is at an rough initial proof of concept stage and might not work at all for your repo.