commit
a19761874e
@ -11,9 +11,15 @@ branches:
|
|||||||
environment:
|
environment:
|
||||||
GOPATH: C:\gopath
|
GOPATH: C:\gopath
|
||||||
CGO_ENABLED: 1
|
CGO_ENABLED: 1
|
||||||
|
GO_VERSION: 1.9
|
||||||
|
|
||||||
before_build:
|
before_build:
|
||||||
- choco install -y mingw
|
- choco install -y mingw
|
||||||
|
# Install Go
|
||||||
|
- rd C:\Go /s /q
|
||||||
|
- appveyor DownloadFile https://storage.googleapis.com/golang/go%GO_VERSION%.windows-amd64.zip
|
||||||
|
- 7z x go%GO_VERSION%.windows-amd64.zip -oC:\ >nul
|
||||||
|
- go version
|
||||||
# TODO: re-enable once the content unit-test have been updated to pass on windows
|
# TODO: re-enable once the content unit-test have been updated to pass on windows
|
||||||
#- choco install codecov
|
#- choco install codecov
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ services:
|
|||||||
language: go
|
language: go
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.8.x
|
- 1.9.x
|
||||||
|
|
||||||
go_import_path: github.com/containerd/containerd
|
go_import_path: github.com/containerd/containerd
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user