woodpecker-email/Makefile
2017-01-17 10:58:35 +01:00

12 lines
212 B
Makefile

all: test build publish
test:
go vet
go test -cover -coverprofile=coverage.out
build:
GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build
docker build -t drillster/drone-email:latest .
publish:
bash publish.sh