blob: 75715016f646bf24f81b634469ef781375e1fb44 [file] [log] [blame] [view]
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001A number of hosted continuous integration platforms have support for Go
2
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11003| Provider | Documentation | Notes |
4|:---------|:--------------|:------|
Jason Buberelcf269d62015-08-28 17:52:14 -07005| [AppVeyor](http://www.appveyor.com/) | [docs](https://bitbucket.org/appveyor/test-go) | Windows |
Mike Schrollbbd19422016-07-26 18:39:21 -04006| [CircleCI](https://circleci.com/) | [docs](https://circleci.com/docs/language-go/)| [howto-1](http://stackengine.com/golang-with-circleci/) [howto-2](https://medium.com/@jgautheron/publish-your-golang-binaries-in-github-with-circleci-e0b64cb21bf8) |
Jason Buberelcf269d62015-08-28 17:52:14 -07007| [Codeship](http://codeship.io) | [docs](https://www.codeship.io/documentation/languages-and-frameworks/go/) | |
8| [drone.io](http://drone.io/) | [docs](http://docs.drone.io/golang.html) | [open-source version](https://github.com/drone/drone) |
Jason Buberelcf269d62015-08-28 17:52:14 -07009| [Jenkins](https://jenkins-ci.org/) | [docs](https://wiki.jenkins-ci.org/display/JENKINS/Go+Plugin) | |
10| [Magnum CI](https://magnum-ci.com/) | [docs](https://magnum-ci.com/docs/go) | |
Jason Buberel83d16592015-10-04 15:46:49 -070011| [Travis CI](http://travis-ci.org) | [docs](http://docs.travis-ci.com/user/languages/go/) | [howto](http://loads.pickle.me.uk/2015/08/22/easy-peasy-github-releases-for-go-projects-using-travis/), [go-client-api](https://github.com/AbletonAG/go-travis) |
Alok Agrawal6ddfd572018-03-21 18:44:58 +053012| [VSTS](https://www.visualstudio.com/team-services/) | [docs](https://docs.microsoft.com/en-us/vsts/build-release/apps/go/go) | |
Jason Buberel83d16592015-10-04 15:46:49 -070013| [Wercker](http://wercker.com/) | [docs](http://devcenter.wercker.com/quickstarts/building/golang.html) | | |