mirror of
https://github.com/mumble-voip/grumble.git
synced 2025-12-19 21:59:59 -08:00
13 lines
224 B
YAML
13 lines
224 B
YAML
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 ./...
|