Skip to content

Commit

Permalink
Add appveyor.yml for AppVeyor builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrautz committed Oct 15, 2016
1 parent 65b6e91 commit dc1f0c3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -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 ./...

0 comments on commit dc1f0c3

Please sign in to comment.