Populate exit code for Windows targets

This is a follow up of https://flutter-review.googlesource.com/c/recipes/+/54925 to pupulate exit code for Windows targets.

LED run: https://ci.chromium.org/raw/build/logs.chromium.org/flutter/led/keyonghan_google.com/fd66238b64178e8132898bdad25ee775d9827e0a5420d530d1bac5ae37750067/+/build.proto?server=chromium-swarm.appspot.com

Change-Id: Ief155b9f4bbe9bb56b041e7c9d62d65f3bbaf9d4
Bug: https://github.com/flutter/flutter/issues/142998
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/54932
Reviewed-by: Godofredo Contreras <godofredoc@google.com>
Commit-Queue: Godofredo Contreras <godofredoc@google.com>
1 file changed
tree: 59e29a1a21bf80868bea46d27f5c456d2b685bfd
  1. infra/
  2. recipe_modules/
  3. recipes/
  4. .gitignore
  5. .style.yapf
  6. AUTHORS
  7. CONTRIBUTING.md
  8. LICENSE
  9. OWNERS
  10. README.md
  11. recipes.py
README.md

Flutter LUCI Recipes

This repository contains Flutter's LUCI recipes. For the LUCI infrastructure config, see flutter/infra. Builds can be found in the Flutter Dashboard.

Supported repositories roll their .ci.yaml into flutter/infra, which updates what properties builds have. For example, flutter config specifies various dependencies the different tests require, which are then used by the flutter_deps recipe_module No modifications to flutter/infra are required to work on the recipes.

Contributing

Please follow instructions on Contributing docs to set up your development environment.