1
0
Fork 0
mirror of https://github.com/Luzifer/tmux-collector.git synced 2024-12-22 22:01:19 +00:00

Add automated building

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2018-08-18 18:43:17 +02:00
parent fd54ba21c1
commit 25f47c6b66
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/tmux-collector
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