gotty/wercker.yml

24 lines
446 B
YAML
Raw Permalink Normal View History

2015-08-16 22:00:38 +00:00
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