mirror of
https://github.com/Luzifer/id3patch.git
synced 2024-11-08 07:20:09 +00:00
Add auto-build
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
5c656465c1
commit
74c5aed421
2 changed files with 15 additions and 0 deletions
12
.repo-runner.yaml
Normal file
12
.repo-runner.yaml
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
|
||||
image: "reporunner/golang-alpine"
|
||||
checkout_dir: /go/src/github.com/Luzifer/id3patch
|
||||
|
||||
commands:
|
||||
- make publish
|
||||
|
||||
environment:
|
||||
CGO_ENABLED: 0
|
||||
GO111MODULE: on
|
||||
MOD_MODE: readonly
|
3
Makefile
Normal file
3
Makefile
Normal file
|
@ -0,0 +1,3 @@
|
|||
publish:
|
||||
curl -sSLo golang.sh https://raw.githubusercontent.com/Luzifer/github-publish/master/golang.sh
|
||||
bash golang.sh
|
Loading…
Reference in a new issue