Add auto-publishing

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2020-10-17 22:26:26 +02:00
parent 869830ffb3
commit c691273ac9
Signed by: luzifer
GPG Key ID: 0066F03ED215AD7D
2 changed files with 22 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/mondash-checkgpg
commands:
- make publish
environment:
CGO_ENABLED: 0
GO111MODULE: on
MOD_MODE: readonly

10
Makefile Normal file
View File

@ -0,0 +1,10 @@
default: generate
generate:
docker run --rm -ti -v $(CURDIR):$(CURDIR) -w $(CURDIR)/src node:12-alpine \
sh -exc "npx npm@lts ci && npx npm@lts run build && chown -R $(shell id -u) ../frontend node_modules"
go generate
publish:
curl -sSLo golang.sh https://raw.githubusercontent.com/Luzifer/github-publish/master/golang.sh
bash golang.sh