1
0
mirror of https://github.com/Luzifer/promcertcheck.git synced 2024-09-19 17:32:57 +00:00

Add automated building

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2017-06-26 15:12:36 +02:00
parent b56b8c8142
commit 40f4061424
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E
2 changed files with 14 additions and 0 deletions

10
.repo-runner.yaml Normal file
View File

@ -0,0 +1,10 @@
---
image: "quay.io/luzifer/repo-runner-image"
checkout_dir: /go/src/github.com/Luzifer/promcertcheck
commands:
- make publish
environment:
CGO_ENABLED: 0

View File

@ -14,3 +14,7 @@ test:
container: container:
docker build -t luzifer/promcertcheck . docker build -t luzifer/promcertcheck .
publish:
curl -sSLo golang.sh https://raw.githubusercontent.com/Luzifer/github-publish/master/golang.sh
bash golang.sh