Skip to content

Commit

Permalink
Add appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
3846masa committed Feb 13, 2017
1 parent fe06f35 commit a0e486c
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
version: "{build}"

os: Windows Server 2012 R2

clone_folder: c:\gopath\src\github.com\bfirsh\whalebrew

environment:
GOPATH: c:\gopath

install:
- set PATH=%GOPATH%\bin;%PATH%
- git submodule update --init --recursive
- go version
- go env
- go get -t ./...
- go get -u github.com/golang/lint/golint

build_script:
- golint ./...
- go test ./...

test: off

deploy: off

0 comments on commit a0e486c

Please sign in to comment.