Welcome to mirror list, hosted at ThFree Co, Russian Federation.

appveyor.yml - github.com/mumble-voip/grumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0d1b00a46a1765fa006ef2c8ffdd7ebef6cda36f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
os: Windows Server 2012 R2

clone_folder: c:\gopath\src\mumble.info\grumble

environment:
  GOPATH: c:\gopath

install:
  - go get -v -t ./...

build_script:
  - go build mumble.info/grumble/cmd/grumble
  - go test -v ./...