Skip to content

Instantly share code, notes, and snippets.

@masahide
Created February 8, 2016 14:45
Show Gist options
  • Save masahide/077349fef4b7f7aab767 to your computer and use it in GitHub Desktop.
Save masahide/077349fef4b7f7aab767 to your computer and use it in GitHub Desktop.
golangの静的解析,カバレッジ解析,バイナリリリースをCircleCIで簡単に整える ref: http://qiita.com/yamasaki-masahide/items/4f7db9ba3a15411dd6b3
deployment:
release:
tag: /v.*/
repo_token: xxxxxxxxxxxxxxxxxxxxxxxxxxxx
go get -u github.com/alecthomas/gometalinter
gometalinter --install
gometalinter ./...
git tag -a v1.0.2 -m 'version 1.0.2'
push origin v1.0.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment