builds.sr.ht test

This commit is contained in:
Cadey Ratio 2019-06-05 14:20:25 +00:00
parent d92535dfd2
commit 88469ee588
1 changed files with 9 additions and 0 deletions

9
.build.yml Normal file
View File

@ -0,0 +1,9 @@
image: alpine/3.9
packages:
- go
sources:
- https://github.com/Xe/site
tasks:
- test |
cd site
go test ./...