Buildbox
Installation
Install the gem
$ gem install buildbox
Add your agent access token
$ buildbox agent:setup [agent_access_token]
Then you can start monitoring for builds like so:
$ buildbox agent:start
For more help with the command line interface
$ buildbox --help
Contributing
- 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
) - Create new Pull Request
Copyright
Copyright (c) 2014 Keith Pitt. See LICENSE for details.