We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent b9e8c00 commit fdb5793Copy full SHA for fdb5793
appveyor.yml
@@ -0,0 +1,20 @@
1
+version: "{build}"
2
+os: Windows Server 2012 R2
3
+environment:
4
+ GOPATH: c:\gopath
5
+ TEST_NO_FUSE: 1
6
+ TEST_VERBOSE: 1
7
+ TEST_SUITE: test_sharness_expensive
8
+install:
9
+ - set PATH=%GOPATH%\bin;c:\go\bin;%PATH%
10
+ - rmdir c:\go /s /q
11
+ - appveyor DownloadFile https://storage.googleapis.com/golang/go1.5.1.windows-amd64.msi
12
+ - msiexec /i go1.5.1.windows-amd64.msi /q
13
+ - go version
14
+ - go env
15
+build_script:
16
+ - make install
17
+test_script:
18
+ - make $TEST_SUITE
19
+build:
20
+ parallel: true
0 commit comments