xesite/.build.yml

10 lines
129 B
YAML
Raw Normal View History

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