Skip to content

Commit

Permalink
Adding Windows testing via appveyor
Browse files Browse the repository at this point in the history
mattfarina committed Jan 11, 2017
1 parent 87fca6b commit 9a6e212
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@

version: build-{build}.{branch}

clone_folder: C:\gopath\src\github.com\Masterminds\vcs
shallow_clone: true

environment:
GOPATH: C:\gopath

platform:
- x64

install:
- go version
- go env
- choco install -y bzr
- set PATH=C:\Program Files (x86)\Bazaar;%PATH%
- bzr --version

build_script:
- go install -v ./...

test_script:
- go test -v

deploy: off

0 comments on commit 9a6e212

Please sign in to comment.