From bae42d74a17f0fc09b159bceb519c7f61e225ddc Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Fri, 16 Aug 2019 23:07:15 +0200 Subject: [PATCH] Add auto-build Signed-off-by: Knut Ahlers --- .repo-runner.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .repo-runner.yaml diff --git a/.repo-runner.yaml b/.repo-runner.yaml new file mode 100644 index 0000000..3491f5e --- /dev/null +++ b/.repo-runner.yaml @@ -0,0 +1,12 @@ +--- + +image: "reporunner/golang-alpine" +checkout_dir: /go/src/github.com/Luzifer/sri + +commands: + - make publish + +environment: + CGO_ENABLED: 0 + GO111MODULE: on + MOD_MODE: readonly