Skip to content
Snippets Groups Projects
Unverified Commit 5b7ca227 authored by Kali Kaneko's avatar Kali Kaneko Committed by meskio
Browse files

[feat] strip built binaries

parent eead4d00
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,7 @@ build: $(foreach path,$(wildcard cmd/*),build_$(patsubst cmd/%,%,$(path)))
build_%:
go build -tags $(TAGS) -ldflags "-X main.version=`git describe --tags`" -o $* ./cmd/$*
strip $*
test:
go test -tags "integration $(TAGS)" ./...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment