ci: add .build.yml
This commit is contained in:
9
.build.yml
Normal file
9
.build.yml
Normal 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 ./...
|
Reference in New Issue
Block a user