File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -22,19 +22,18 @@ environment:
22
22
23
23
install :
24
24
- rmdir C:\go /s /q
25
- - appveyor DownloadFile https://storage.googleapis.com/golang/go1.7.3.windows-amd64 .zip
26
- - 7z x go1.7.3.windows-amd64 .zip -y -oC:\ > NUL
25
+ - appveyor DownloadFile https://storage.googleapis.com/golang/go1.7.3.windows-%GETH_ARCH% .zip
26
+ - 7z x go1.7.3.windows-%GETH_ARCH% .zip -y -oC:\ > NUL
27
27
- go version
28
28
- gcc --version
29
29
30
30
build_script :
31
- - go run build\ci.go install -arch %GETH_ARCH%
31
+ - go run build\ci.go install
32
32
33
33
after_build :
34
- - go run build\ci.go archive -arch %GETH_ARCH% - type zip -signer WINDOWS_SIGNING_KEY -upload gethstore/builds
35
- - go run build\ci.go nsis -arch %GETH_ARCH% - signer WINDOWS_SIGNING_KEY -upload gethstore/builds
34
+ - go run build\ci.go archive -type zip -signer WINDOWS_SIGNING_KEY -upload gethstore/builds
35
+ - go run build\ci.go nsis -signer WINDOWS_SIGNING_KEY -upload gethstore/builds
36
36
37
37
test_script :
38
- - set GOARCH=%GETH_ARCH%
39
38
- set CGO_ENABLED=1
40
39
- go run build\ci.go test -vet -coverage
You can’t perform that action at this time.
0 commit comments