From 6524fc1913211de3579ac83d36c9aa9ea1b936a0 Mon Sep 17 00:00:00 2001 From: emersion Date: Sun, 21 Oct 2018 10:57:32 +0200 Subject: [PATCH] ci: add .build.yml --- .build.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .build.yml diff --git a/.build.yml b/.build.yml new file mode 100644 index 0000000..0d6228e --- /dev/null +++ b/.build.yml @@ -0,0 +1,9 @@ +image: archlinux +packages: + - go +sources: + - https://github.com/emersion/hydroxide.git +tasks: + - build: | + cd hydroxide + go build ./...