fix circle
This commit is contained in:
parent
228b90eb7e
commit
69621fb41e
3
Makefile
3
Makefile
|
@ -1,7 +1,7 @@
|
|||
PACKAGES=$(shell go list ./... | grep -v '/vendor/' | grep -v '_attic')
|
||||
BUILD_FLAGS = -ldflags "-X github.com/cosmos/cosmos-sdk/version.GitCommit=`git rev-parse --short HEAD`"
|
||||
|
||||
all: check_tools get_vendor_deps build test install
|
||||
all: check_tools get_vendor_deps build test
|
||||
|
||||
########################################
|
||||
### Build
|
||||
|
@ -13,7 +13,6 @@ dist:
|
|||
@bash publish/dist.sh
|
||||
@bash publish/publish.sh
|
||||
|
||||
|
||||
########################################
|
||||
### Tools & dependencies
|
||||
|
||||
|
|
|
@ -17,5 +17,5 @@ dependencies:
|
|||
|
||||
test:
|
||||
override:
|
||||
- "cd $REPO && make all"
|
||||
- "cd $REPO && make get_tools && make all"
|
||||
- ls $GOPATH/bin
|
||||
|
|
Loading…
Reference in New Issue