mirror of https://github.com/statping/statping
travis issue
parent
16317fc391
commit
cd5df54bfb
2
Makefile
2
Makefile
|
@ -31,7 +31,7 @@ test: clean
|
||||||
go test -v -p=4 -ldflags="-X main.VERSION=testing" -coverprofile=coverage.out ./...
|
go test -v -p=4 -ldflags="-X main.VERSION=testing" -coverprofile=coverage.out ./...
|
||||||
|
|
||||||
# build all arch's and release Statping
|
# build all arch's and release Statping
|
||||||
release:
|
release: test-deps
|
||||||
wget -O statping.gpg $(SIGN_URL)
|
wget -O statping.gpg $(SIGN_URL)
|
||||||
gpg --import statping.gpg
|
gpg --import statping.gpg
|
||||||
make build-all
|
make build-all
|
||||||
|
|
Loading…
Reference in New Issue