mirror of
https://github.com/Luzifer/gallery.git
synced 2024-11-09 22:50:03 +00:00
Add automated building
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
8cfeec8977
commit
ab13e78483
1 changed files with 10 additions and 0 deletions
10
.repo-runner.yaml
Normal file
10
.repo-runner.yaml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
|
||||||
|
image: reporunner/golang-alpine
|
||||||
|
checkout_dir: /go/src/github.com/Luzifer/gallery
|
||||||
|
|
||||||
|
commands:
|
||||||
|
- make publish
|
||||||
|
|
||||||
|
environment:
|
||||||
|
CGO_ENABLED: 0
|
Loading…
Reference in a new issue