status-go/vendor/github.com/pion/stun/appveyor.yml

23 lines
261 B
YAML
Raw Normal View History

2022-03-10 09:44:48 +00:00
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 .