makefile with travis - logs

pull/41/head^2
Hunter Long 2018-08-13 22:38:05 -07:00
parent 64fb67beb5
commit 92c7ebf23c
1 changed files with 7 additions and 1 deletions

View File

@ -8,7 +8,7 @@ GOINSTALL=$(GOCMD) install
XGO=GOPATH=$(GOPATH) $(GOPATH)/bin/xgo -go 1.10.x --dest=build
BUILDVERSION=-ldflags="-X main.VERSION=$(VERSION)"
BINARY_NAME=statup
DOCKER=/usr/local/bin/docker
DOCKER=`which docker`
PATH:=/usr/local/bin:$(GOPATH)/bin:$(PATH)
all: deps compile install clean
@ -76,6 +76,12 @@ deps:
$(GOGET) github.com/karalabe/xgo
$(GOGET) github.com/GeertJohan/go.rice
$(GOGET) github.com/GeertJohan/go.rice/rice
cd cmd && $(GOGET)
cd notifiers && $(GOGET)
cd handlers && $(GOGET)
cd core && $(GOGET)
cd types && $(GOGET)
cd utils && $(GOGET)
clean:
rm -rf build