1
0
Fork 0
mirror of https://github.com/Luzifer/vercmp.git synced 2024-10-18 05:54:22 +00:00

Add publishing

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2020-07-06 23:27:15 +02:00
parent 2cc904815a
commit 2141bc4068
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E
2 changed files with 17 additions and 0 deletions

12
.repo-runner.yaml Normal file
View file

@ -0,0 +1,12 @@
---
image: "reporunner/golang-alpine"
checkout_dir: /go/src/github.com/Luzifer/vercmp
commands:
- make publish
environment:
CGO_ENABLED: 0
GO111MODULE: on
MOD_MODE: readonly

5
Makefile Normal file
View file

@ -0,0 +1,5 @@
default:
publish:
curl -sSLo golang.sh https://raw.githubusercontent.com/Luzifer/github-publish/master/golang.sh
bash golang.sh