From bf4409f1f33bb41962ce091cbc9ec201773e4437 Mon Sep 17 00:00:00 2001 From: Yegor Date: Wed, 6 Dec 2017 17:30:44 -0800 Subject: [PATCH] link from CONTRIBUTING.md to various build infra docs (#13399) --- CONTRIBUTING.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index db2baf6150..88beecc116 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -281,3 +281,13 @@ few steps: see the new dependency. As part of landing this change, you should make whatever other changes are needed in this repository to account for your breaking change. + +Build infrastructure +-------------------- + +We build and test Flutter on: + +- Travis ([details](.travis.yml)) +- AppVeyor ([details](appveyor.yml)) +- Chromebots (a.k.a. "recipes", [details](dev/bots/README.md)) +- Devicelab (a.k.a. "cocoon", [details](dev/devicelab/README.md))