gotty/wercker.yml
2015-10-12 13:34:31 +09:00

33 lines
672 B
YAML

box: golang:1.5.1
build:
steps:
- setup-go-workspace
- script:
name: tools
code: make tools
- script:
name: deps
code: make deps
- script:
name: test
code: make test
- script:
name: cross compile
code: make cross_compile OUTPUT_DIR=$WERCKER_OUTPUT_DIR
- script:
name: targz
code: make targz OUTPUT_DIR=$WERCKER_OUTPUT_DIR
- script:
name: store Makefile
code: cp Makefile $WERCKER_OUTPUT_DIR/
deploy:
steps:
- script:
name: tools
code: make tools
- script:
name: release
code: make release OUTPUT_DIR=.