We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 518f80c commit 65b6d5bCopy full SHA for 65b6d5b
appveyor.yml
@@ -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