xesite/.build.yml

10 lines
127 B
YAML
Raw Normal View History

2019-06-05 14:20:25 +00:00
image: alpine/3.9
packages:
- go
sources:
- https://github.com/Xe/site
tasks:
- test |
cd site
go test ./...