xesite/.build.yml

10 lines
127 B
YAML

image: alpine/3.9
packages:
- go
sources:
- https://github.com/Xe/site
tasks:
- test |
cd site
go test ./...