~whynothugo/autovdirsyncer

34fc298fc212ddf3b6e52be41b06f0f2b1e25112 — Hugo Osvaldo Barrera 3 years ago 0260ffb
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 .