Skip to content
This repository has been archived by the owner on Dec 18, 2020. It is now read-only.

Commit

Permalink
Merge pull request #102 from phrase/appveyor
Browse files Browse the repository at this point in the history
Add appveyor CI for windows testing
  • Loading branch information
theSoenke authored Jun 9, 2017
2 parents 736c37c + 565afca commit 300fee7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
clone_folder: C:\gopath\src\github.com\phrase\phraseapp-client

environment:
GOPATH: C:\gopath

test_script:
- go test .\...
- go vet .\...

build_script:
- go build

0 comments on commit 300fee7

Please sign in to comment.