Temp: add appveyor enablement for release/1.2 branch

Need this to test build that this change fixes the build break on
release/1.2. Also need the mingw version fix on this branch

Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com>
This commit is contained in:
Phil Estes
2018-11-15 09:58:47 +08:00
parent 090e3e98a2
commit 737587653d

View File

@@ -7,6 +7,7 @@ clone_folder: c:\gopath\src\github.com\containerd\containerd
branches:
only:
- master
- release/1.2
environment:
GOPATH: C:\gopath
@@ -15,7 +16,7 @@ environment:
- GO_VERSION: 1.10
before_build:
- choco install -y mingw
- choco install -y mingw --version 5.3.0
# Install Go
- rd C:\Go /s /q
- appveyor DownloadFile https://storage.googleapis.com/golang/go%GO_VERSION%.windows-amd64.zip