woodpecker-email/Makefile

9 lines
130 B
Makefile
Raw Normal View History

2018-02-08 16:50:01 +01:00
all: test build
2017-01-16 15:06:10 +01:00
test:
go vet
go test -cover -coverprofile=coverage.out
build:
GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build