mirror of
https://github.com/containerd/containerd.git
synced 2026-08-10 17:14:49 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user