mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Have this script reviewed and committed to our repo for our future reference. This prepares the VM used in https://github.com/flutter/engine/pull/8442 Once our Docker container is tested in GKE (after Kubernetes 1.14 is ready), I'll also upload Dockefiles and its related scripts here.
9 lines
365 B
Markdown
9 lines
365 B
Markdown
This directory should include scripts to build the docker container image used
|
|
for building flutter/engine in our CI system (currently [Cirrus](cirrus-ci.org))
|
|
using Windows.
|
|
|
|
So far we're still waiting GKE to have Kubernetes 1.14 and Windows containers.
|
|
|
|
Before that, we use GCE Windows VMs for our CI tests. This directory includes
|
|
scripts for preparing that VM.
|