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

14 lines
288 B
Makefile
Raw Normal View History

default:
2016-05-22 13:04:37 +00:00
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
test:
go test -v
install:
go install -a -ldflags "-X main.version=$(shell git describe --tags || git rev-parse --short HEAD || echo dev)"