1
0
Fork 0
mirror of https://github.com/Luzifer/duplicity-backup.git synced 2024-11-08 15:10:06 +00:00
duplicity-backup/Makefile

21 lines
475 B
Makefile
Raw Normal View History

2016-05-22 13:04:37 +00:00
bindata:
go-bindata help.txt
ci: publish
publish:
curl -sSLo golang.sh https://raw.githubusercontent.com/Luzifer/github-publish/master/golang.sh
bash golang.sh
2016-10-28 12:54:35 +00:00
2016-05-22 13:04:37 +00:00
setup-testenv:
go get github.com/onsi/ginkgo/ginkgo
go get github.com/onsi/gomega
2016-05-22 14:05:06 +00:00
go get github.com/alecthomas/gometalinter
gometalinter --install --update
2016-05-22 13:04:37 +00:00
test:
go test -v
install:
go install -a -ldflags "-X main.version=$(shell git describe --tags || git rev-parse --short HEAD || echo dev)"