Skip to content

Commit

Permalink
CI on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Feb 24, 2016
1 parent 4fa1a04 commit 20cc8cb
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions appveyor.yml
@@ -0,0 +1,15 @@
version: "{build}"
clone_depth: 1
clone_folder: c:\gopath\src\github.com\rhysd\dot-github
environment:
GOPATH: c:\gopath
install:
- echo %PATH%
- echo %GOPATH%
- go version
- go env
- go get -v -t -d ./...
build: off
test_script:
- go test -v ./...
deploy: off

0 comments on commit 20cc8cb

Please sign in to comment.