mirror of
https://github.com/tendermint/tendermint.git
synced 2026-05-31 11:26:20 +00:00
Makefile build test
This commit is contained in:
@@ -102,7 +102,8 @@ build-basecoin: git-branch
|
||||
###
|
||||
|
||||
# set app_version
|
||||
version-%: $(GOPATH)/bin/%
|
||||
#version-%: $(GOPATH)/bin/%
|
||||
version-%:
|
||||
if [ -z "$(BUILD_NUMBER)" ]; then echo "BUILD_NUMBER not set" ; false ; fi
|
||||
$(eval $*_version=$(shell $< version | head -1 | cut -d- -f1 | sed 's/^\(ethermint:\s*\|\)\(v\|\)//' | tr -d '\t ' ))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user