Skip to content

Commit 65b6d5b

Browse files
committed
added appveyor testing script
1 parent 518f80c commit 65b6d5b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

appveyor.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: 1.0.{build}
2+
image: Visual Studio 2017
3+
platform:
4+
- x86
5+
- x64
6+
clone_folder: C:\GOPATH\src\github.com\source-foundry\uni
7+
environment:
8+
GOPATH: C:\GOPATH
9+
build_script:
10+
- cmd: go get -v -d -t github.com/source-foundry/uni/...
11+
test_script:
12+
- cmd: go test -v ./...

0 commit comments

Comments
 (0)