diff options
author | Unknwon <u@gogs.io> | 2017-01-27 19:25:00 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-01-27 19:25:00 -0500 |
commit | aa682b3b7e42b198df0fba346989bc10bd7f70bd (patch) | |
tree | 15d6c61cfb96351bf57615b1e4a5d24b4fb1010d | |
parent | e43479d948b1e3a71dd4488ee1419e45017ff5c1 (diff) |
Add appveyor.yml
-rw-r--r-- | appveyor.yml | 13 |
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 |