Skip to content

Commit

Permalink
Add Appveyor Windows Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dwmunster authored and samuell committed Jun 15, 2019
1 parent 59b22b2 commit 0c9c8af
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# appveyor.yml
build: off

clone_folder: c:\gopath\src\github.com\scipipe\scipipe

environment:
GOPATH: c:\gopath

stack: go 1.12

before_test:
- go vet ./...

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

0 comments on commit 0c9c8af

Please sign in to comment.