Wercker box & step for golang
This is a sample project to use wecker box and step for golang.
For base box, tcnksm/wercker-box-gox is used. This is box for mitchellh/gox which enables you to cross-compile golang project parallelly.
For build steps, below steps are used,
- tcnksm/wercker-step-goveralls - Wercker step for mattn/goveralls, integrate with coveralls.io
- tcnksm/wercker-step-gox - Wercker step for mitchellh/gox, cross-compiling golang project
- tcnksm/wercker-step-zip - Wercker step for packaging directories
And deploying, tcnksm/wercker-step-ghr is used. This is Wercker step for tcnksm/gh r, which enables you to create Github Release and uploading artifacts.