Skip to content
Lunny Xiao edited this page May 1, 2015 · 2 revisions

Proposal

  • Only support compile non-cgo main package, not support cgo or non-main package. Just use go's cross-platform to build
  • Support optional go test after go build
  • Currently support github.com & gogs golang public repos & private repos
  • Multiple process build support & status page
  • Support login user to set build webhook, so that if you push to github, go build will build it and your webhook url will received a request.
Clone this wiki locally