update version.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2016-12-10 01:15:45 +08:00
parent e5b4cdc781
commit 6aa7d541a9
1 changed files with 2 additions and 6 deletions

View File

@ -21,11 +21,7 @@ endif
ifneq ($(DRONE_TAG),)
VERSION ?= $(DRONE_TAG)
else
ifneq ($(DRONE_BRANCH),)
VERSION ?= $(DRONE_BRANCH)
else
VERSION ?= $(shell git describe --tags --always || git rev-parse --short HEAD)
endif
endif
all: build
@ -65,7 +61,7 @@ dep_install:
dep_update:
glide up
install: $(wildcard *.go)
install: $(SOURCES)
go install -v -tags '$(TAGS)' -ldflags '$(EXTLDFLAGS)-s -w $(LDFLAGS)'
build: $(EXECUTABLE)