From 5a61d32656c9fe55dca4338234ea55428d42a5ea Mon Sep 17 00:00:00 2001 From: Darien Raymond Date: Wed, 25 Jul 2018 11:31:59 +0200 Subject: [PATCH] enable windows ci --- appveyor.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 00000000..615bdeff --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,24 @@ +os: Visual Studio 2017 + +platform: x64 + +branches: + only: + - master + +version: "1.0.{build}" + +# Clone directly into GOPATH. +clone_folder: C:\gopath\src\v2ray.com\core +clone_depth: 5 + +environment: + global: + GOPATH: C:\gopath + +install: + - git submodule update --init + - go version + +test_script: + - go test -p 1 -v v2ray.com/core/...