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

Add auto-building

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2019-08-01 19:44:05 +02:00
parent d5c842461f
commit 89beafc7e5
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E
2 changed files with 14 additions and 0 deletions

11
.repo-runner.yaml Normal file
View File

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

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