Add wercker.yml and badge to README

This commit is contained in:
Iwasaki Yudai 2015-08-17 07:00:38 +09:00
parent a40c468a7e
commit 581a7b52fb
2 changed files with 25 additions and 0 deletions

23
wercker.yml Normal file
View file

@ -0,0 +1,23 @@
box: tcnksm/gox
build:
steps:
- setup-go-workspace
- script:
name: go get
code: |
go get github.com/tools/godep
godep restore
- tcnksm/gox:
os: "darwin linux"
arch: "amd64"
- yudai/targz:
input: $WERCKER_OUTPUT_DIR/pkg
output: $WERCKER_OUTPUT_DIR/dist
deploy:
steps:
- tcnksm/ghr:
token: $GITHUB_TOKEN
input: dist
replace: true