flutter/infra/README.md
Eric Seidel 0d8aa28556 Add support for running flutter tests on Chromium Infra
This uses the fancy new x-repository support:
https://github.com/luci/recipes-py/blob/master/doc/cross_repo.md

I'm not at all certain that we're going to use Chromium's
Infra for flutter, but I'm exploring and since this works
I figure I should check it in.

@abarth
2016-01-15 16:26:53 -08:00

13 lines
519 B
Markdown

Directory to support running Flutter builds/tests on Chromium Infra.
Following documentation at:
https://github.com/luci/recipes-py/blob/master/doc/cross_repo.md
recipes.cfg is a protobuf dump (no comment support) explaining
where to store build and recipe_engine dependencies needed for running
a recipe.
recipes.py is for bootstrapping and is taken from
https://chromium.googlesource.com/chromium/tools/build.git/+/master/scripts/slave/recipes.py
at 18df86c, modified to have correct hard-coded paths for flutter.