ci: add .build.yml

This commit is contained in:
Simon Ser 2020-04-02 16:50:41 +02:00
parent 1b725cb0b9
commit 66d5686c9e
No known key found for this signature in database
GPG Key ID: 0FDE7BE0E88F5E48

9
.build.yml Normal file
View File

@ -0,0 +1,9 @@
image: alpine/edge
packages:
- go
sources:
- https://github.com/emersion/go-webdav
tasks:
- test: |
cd go-webdav
go test -v ./...