Skip to content

Commit

Permalink
add a build
Browse files Browse the repository at this point in the history
  • Loading branch information
rakelkar committed Oct 13, 2017
1 parent 512444a commit ed6bd0f
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: 1.0.0.{build}

platform: x64

branches:
only:
- master

clone_folder: c:\gopath\src\github.com\rakelkar\gonetsh

environment:
GOPATH: c:\gopath

install:
- echo %PATH%
- echo %GOPATH%
- set PATH=%GOPATH%\bin;c:\go\bin;%PATH%
- go version
- go env

build_script:
- go build -v ./...

test_script:
- go test -v ./...

0 comments on commit ed6bd0f

Please sign in to comment.