appveyor.yml 295 B

1234567891011121314151617181920212223
  1. os: Visual Studio 2017
  2. platform: x64
  3. branches:
  4. only:
  5. - master
  6. version: "1.0.{build}"
  7. environment:
  8. global:
  9. GOPATH: C:\gopath
  10. install:
  11. - go version
  12. - go get -u v2ray.com/core/...
  13. - go get -u v2ray.com/ext/...
  14. build: off
  15. test_script:
  16. - go test -p 1 -v v2ray.com/core/...