appveyor.yml 327 B

123456789101112131415161718192021222324
  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. - git submodule update --init
  12. - go version
  13. - go get -u v2ray.com/core/...
  14. - go get -u v2ray.com/ext/...
  15. build: off
  16. test_script:
  17. - go test -p 1 -v v2ray.com/core/...