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