mirror of
https://github.com/1f349/go-webdav.git
synced 2024-12-21 15:54:13 +00:00
ci: add .build.yml
This commit is contained in:
parent
1b725cb0b9
commit
66d5686c9e
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 ./...
|
Loading…
Reference in New Issue
Block a user