1
0
mirror of https://github.com/Luzifer/webcheck.git synced 2024-09-18 23:22:58 +00:00

Add automated building

This commit is contained in:
Knut Ahlers 2018-07-23 14:52:34 +02:00
parent 770823e909
commit be8da31f3d
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E
2 changed files with 13 additions and 0 deletions

10
.repo-runner.yaml Normal file
View File

@ -0,0 +1,10 @@
---
image: "reporunner/golang-alpine"
checkout_dir: /go/src/github.com/Luzifer/webcheck
commands:
- make publish
environment:
CGO_ENABLED: 0

3
Makefile Normal file
View File

@ -0,0 +1,3 @@
publish:
curl -sSLo golang.sh https://raw.githubusercontent.com/Luzifer/github-publish/master/golang.sh
bash golang.sh