Buildionaire is a Gamification Platform where code quality matters. Buildionaire monitors build servers, collects application builds metrics and scores each Build.
Let the games begin.
You need to setup the Buildionaire Database and TFS connections. This can be done on the web.config file. For the database edit the connection string. To configure the TFS connection edit the following keys of appSettings:
<add key="SourceControlEndpoint" value="http://MYTFSENDPOINT" />
<add key="SourceControlUserName" value="" />
<add key="SourceControlUserPassword" value="" />
<add key="SourceControlDomain" value="MY SOURCECONTROL DOMAIN" />
Buildionaire is built using the following great open source projects:
- Fork it
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request!