From ab13e78483873312d9a965a69237a92e3a3e462a Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Sat, 28 Apr 2018 22:08:03 +0200 Subject: [PATCH] Add automated building Signed-off-by: Knut Ahlers --- .repo-runner.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .repo-runner.yaml diff --git a/.repo-runner.yaml b/.repo-runner.yaml new file mode 100644 index 0000000..a2e74ab --- /dev/null +++ b/.repo-runner.yaml @@ -0,0 +1,10 @@ +--- + +image: reporunner/golang-alpine +checkout_dir: /go/src/github.com/Luzifer/gallery + +commands: + - make publish + +environment: + CGO_ENABLED: 0