mirror of
https://github.com/Luzifer/vault-totp.git
synced 2024-12-23 06:11:19 +00:00
Add auto-build
This commit is contained in:
parent
f69a9c5c63
commit
c524fb13b1
2 changed files with 14 additions and 0 deletions
10
.repo-runner.yaml
Normal file
10
.repo-runner.yaml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
|
||||||
|
image: "quay.io/luzifer/repo-runner-image"
|
||||||
|
checkout_dir: /go/src/github.com/Luzifer/vault-totp
|
||||||
|
|
||||||
|
commands:
|
||||||
|
- make ci
|
||||||
|
|
||||||
|
environment:
|
||||||
|
CGO_ENABLED: 0
|
4
Makefile
Normal file
4
Makefile
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
ci:
|
||||||
|
curl -sSLo golang.sh https://raw.githubusercontent.com/Luzifer/github-publish/master/golang.sh
|
||||||
|
bash golang.sh
|
||||||
|
|
Loading…
Reference in a new issue