Skip to content

Commit

Permalink
added appveyor testing script
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimpkins committed Jan 5, 2018
1 parent 518f80c commit 65b6d5b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 1.0.{build}
image: Visual Studio 2017
platform:
- x86
- x64
clone_folder: C:\GOPATH\src\github.com\source-foundry\uni
environment:
GOPATH: C:\GOPATH
build_script:
- cmd: go get -v -d -t github.com/source-foundry/uni/...
test_script:
- cmd: go test -v ./...

0 comments on commit 65b6d5b

Please sign in to comment.