mirror of https://github.com/statping/statping
parent
514dcff4be
commit
64bedb7afb
2
Makefile
2
Makefile
|
@ -6,7 +6,7 @@ GOBUILD=$(GOCMD) build
|
|||
GOTEST=$(GOCMD) test
|
||||
GOGET=$(GOCMD) get
|
||||
GOINSTALL=$(GOCMD) install
|
||||
XGO=GOPATH=$(GOPATH) xgo -go 1.10.x --dest=build
|
||||
XGO=GOPATH=$(GOPATH) xgo -go 1.11 --dest=build
|
||||
BUILDVERSION=-ldflags "-X main.VERSION=$(VERSION) -X main.COMMIT=$(TRAVIS_COMMIT)"
|
||||
RICE=$(GOPATH)/bin/rice
|
||||
PATH:=/usr/local/bin:$(GOPATH)/bin:$(PATH)
|
||||
|
|
Loading…
Reference in New Issue