1
0
Fork 0
mirror of https://github.com/Luzifer/vault-totp.git synced 2024-10-18 08:04:20 +00:00

Add install make target

This commit is contained in:
Knut Ahlers 2017-01-04 23:03:39 +01:00
parent 73d380a3b5
commit 727482166c
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E

View file

@ -2,6 +2,8 @@ ci:
curl -sSLo golang.sh https://raw.githubusercontent.com/Luzifer/github-publish/master/golang.sh
bash golang.sh
test:
gometalinter --deadline 20s --cyclo-over=15
install:
go install -ldflags "-X main.version=$(shell git describe --tags || git rev-parse --short HEAD || echo dev)"