mirror of
https://github.com/mumble-voip/grumble.git
synced 2025-12-19 21:59:59 -08:00
Add appveyor.yml for AppVeyor builds.
This commit is contained in:
parent
65b6e9138d
commit
dc1f0c34ee
1 changed files with 13 additions and 0 deletions
13
appveyor.yml
Normal file
13
appveyor.yml
Normal file
|
|
@ -0,0 +1,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 ./...
|
||||||
Loading…
Add table
Add a link
Reference in a new issue