aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--appveyor.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
new file mode 100644
index 00000000..3ca5dbf6
--- /dev/null
+++ b/appveyor.yml
@@ -0,0 +1,13 @@
+version: "{build}"
+
+clone_folder: c:\gopath\src\github.com\gogits\gogs
+
+environment:
+ GOPATH: c:\gopath
+ GOVERSION: 1.7
+
+build: false
+deploy: false
+
+test_script:
+ - go test -v -cover -race ./... \ No newline at end of file