mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 00:55:55 +00:00
Add GOPATH/bin to Makefile for Travis CI
This commit is contained in:
parent
d9b71bba21
commit
be873afe2b
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
|
@ -9,7 +9,10 @@ LDFLAGS=-ldflags "-X main.Version=$(VERSION) -X main.BuildTime=$(BUILD_TIME)"
|
|||
|
||||
default: test pilosa pilosactl
|
||||
|
||||
glide:
|
||||
$(GOPATH)/bin:
|
||||
mkdir $(GOPATH)/bin
|
||||
|
||||
glide: $(GOPATH)/bin
|
||||
ifndef GLIDE
|
||||
curl https://glide.sh/get | sh
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue