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

Add automated building

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2018-04-28 22:08:03 +02:00
parent 8cfeec8977
commit ab13e78483
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E

10
.repo-runner.yaml Normal file
View File

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