From c524fb13b1530596f2fbea26d96db498152e9b64 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Tue, 3 Jan 2017 13:30:16 +0100 Subject: [PATCH] Add auto-build --- .repo-runner.yaml | 10 ++++++++++ Makefile | 4 ++++ 2 files changed, 14 insertions(+) create mode 100644 .repo-runner.yaml create mode 100644 Makefile diff --git a/.repo-runner.yaml b/.repo-runner.yaml new file mode 100644 index 0000000..92e32f9 --- /dev/null +++ b/.repo-runner.yaml @@ -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 diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..6b257e3 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +ci: + curl -sSLo golang.sh https://raw.githubusercontent.com/Luzifer/github-publish/master/golang.sh + bash golang.sh +