1
0
mirror of https://github.com/Luzifer/promcertcheck.git synced 2024-09-16 16:08:27 +00:00
promcertcheck/Makefile
Knut Ahlers 1a6262c51f
Minor refactorings
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2017-11-05 17:38:33 +01:00

22 lines
575 B
Makefile

VERSION = $(shell git describe --tags)
test:
go generate
go run *.go \
--probe="https://www.cloudkeys.de/" \
--probe="https://foo.hub.luzifer.io/" \
--probe="https://registry.luzifer.io/" \
--probe="https://blog.knut.me/" \
--probe="https://gobuilder.me/" \
--probe="https://pwd.luzifer.io/" \
--probe="https://www.itpad.de/" \
--probe="https://mondash.org/" \
--log-level debug
container:
docker build -t luzifer/promcertcheck .
publish:
curl -sSLo golang.sh https://raw.githubusercontent.com/Luzifer/github-publish/master/golang.sh
bash golang.sh