Set up builds and tests on CI
1 files changed, 10 insertions(+), 0 deletions(-) A .build.yml
A .build.yml => .build.yml +10 -0
@@ 0,0 1,10 @@ +image: archlinux +packages: + - go +tasks: + - build: | + cd autovdirsyncer + go build . + - test: | + cd autovdirsyncer + go test .