mirror of https://github.com/statping/statping
dist folder fix
parent
f7dd877a27
commit
061496f4af
2
Makefile
2
Makefile
|
@ -173,7 +173,7 @@ print_details:
|
||||||
@echo \==== Monitoring and IDE ====
|
@echo \==== Monitoring and IDE ====
|
||||||
@echo \Grafana: http://localhost:3000 \(username: admin, password: admin\)
|
@echo \Grafana: http://localhost:3000 \(username: admin, password: admin\)
|
||||||
|
|
||||||
build-all: xgo-install build-mac build-linux build-windows build-linux build-alpine compress
|
build-all: xgo-install compile build-mac build-linux build-windows build-linux build-alpine compress
|
||||||
|
|
||||||
coverage: test-deps
|
coverage: test-deps
|
||||||
$(GOPATH)/bin/goveralls -coverprofile=coverage.out -service=travis -repotoken $(COVERALLS)
|
$(GOPATH)/bin/goveralls -coverprofile=coverage.out -service=travis -repotoken $(COVERALLS)
|
||||||
|
|
Loading…
Reference in New Issue