1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-07-05 13:35:23 +00:00
v2fly/shippable.yml

18 lines
232 B
YAML
Raw Normal View History

2018-08-06 08:58:00 +00:00
language: go
2018-08-06 09:06:04 +00:00
runtime:
nodePool: shippable_shared_aarch64
2018-08-06 08:58:00 +00:00
go:
2018-08-06 09:00:49 +00:00
- "1.10"
branches:
only:
- master
2018-08-06 08:58:00 +00:00
build:
ci:
- go get -u v2ray.com/core/...
- go get -u v2ray.com/ext/...
- go test -p 1 -v v2ray.com/core/...