diff options
Diffstat (limited to 'vendor/github.com/pion/stun/appveyor.yml')
-rw-r--r-- | vendor/github.com/pion/stun/appveyor.yml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/vendor/github.com/pion/stun/appveyor.yml b/vendor/github.com/pion/stun/appveyor.yml new file mode 100644 index 0000000..664099d --- /dev/null +++ b/vendor/github.com/pion/stun/appveyor.yml @@ -0,0 +1,22 @@ +version: "{build}" + +platform: x64 + +branches: + only: + - master + +skip_tags: true + +clone_folder: c:\gopath\src\github.com\pion\stun + +environment: + GOPATH: c:\gopath + GOVERSION: 1.12 + +install: + - go version + - go get -v -t . + +build_script: + - go test -v . |