1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-26 01:15:38 +00:00
v2fly/shippable.yml
Darien Raymond cc6590d362
Revert "enable sockopt tests"
This reverts commit 2f28d380b3.
2018-09-17 16:27:41 +02:00

21 lines
497 B
YAML

# Golang is not supported on Shippable ARM64 images. We install it by ourself.
language: c
runtime:
nodePool: shippable_shared_aarch64
branches:
only:
- master
build:
ci:
- uname -a
- curl -L -o golang.tar.gz https://dl.google.com/go/go1.11.linux-arm64.tar.gz
- tar -C /usr/local -xzf golang.tar.gz
- export PATH=$PATH:/usr/local/go/bin
- export GOPATH=/v2ray
- go get v2ray.com/core/...
- go get v2ray.com/ext/...
- go test -p 1 -v v2ray.com/core/...