From 737587653d03ff991507258bf5633c3e836d4490 Mon Sep 17 00:00:00 2001 From: Phil Estes Date: Thu, 15 Nov 2018 09:58:47 +0800 Subject: [PATCH] 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 --- .appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 2f49b03414..02d0f517b6 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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