Commit b1e642a0 authored by rht's avatar rht Committed by dignifiedquire

Add appveyor conf

License: MIT
Signed-off-by: default avatarrht <rhtbot@gmail.com>
parent adfe1978
version: "{build}"
os: Windows Server 2012 R2
environment:
GOPATH: c:\gopath
TEST_NO_FUSE: 1
TEST_VERBOSE: 1
TEST_SUITE: test_sharness_expensive
install:
- set PATH=%GOPATH%\bin;c:\go\bin;%PATH%
- rmdir c:\go /s /q
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.5.1.windows-amd64.msi
- msiexec /i go1.5.1.windows-amd64.msi /q
- go version
- go env
build_script:
- make install
test_script:
- make $TEST_SUITE
build:
parallel: true
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment