1
0
Fork 0
mirror of https://github.com/Luzifer/culmqtt.git synced 2024-11-09 22:40:07 +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

10 lines
147 B
YAML

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