summaryrefslogtreecommitdiff
path: root/vendor/github.com/pion/stun/appveyor.yml
blob: 664099d5a8b70eab5260079dc84784b60752842a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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 .