1
0
mirror of https://github.com/Luzifer/culmqtt.git synced 2024-09-19 15:23:05 +00:00
culmqtt/.repo-runner.yaml
Knut Ahlers bcc8731046
Add automated builds
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-07-06 21:05:00 +02:00

11 lines
147 B
YAML

---
image: "reporunner/golang-alpine"
checkout_dir: /go/src/github.com/Luzifer/culmqtt
commands:
- make publish
environment:
CGO_ENABLED: 0