xesite/.build.yml

12 lines
208 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:26:06 +00:00
export GOPROXY=https://cache.greedo.xeserv.us
2019-06-05 14:29:06 +00:00
export CGO_ENABLED=0
2019-06-05 14:20:25 +00:00
cd site
go test ./...