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

10 lines
288 B
Makefile
Raw Permalink Normal View History

2017-01-03 12:30:16 +00:00
ci:
curl -sSLo golang.sh https://raw.githubusercontent.com/Luzifer/github-publish/master/golang.sh
bash golang.sh
2017-01-04 21:48:50 +00:00
test:
gometalinter --deadline 20s --cyclo-over=15
2017-01-04 22:03:39 +00:00
install:
go install -ldflags "-X main.version=$(shell git describe --tags || git rev-parse --short HEAD || echo dev)"