woodpecker-email/Makefile
2017-01-16 15:06:10 +01:00

12 lines
208 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:
publish.sh