| # Describes the targets run in continuous integration environment. | |
| # | |
| # Flutter infra uses this file to generate a checklist of tasks to be performed | |
| # for every commit. | |
| # | |
| # More information at: | |
| # * https://github.com/flutter/cocoon/blob/master/scheduler/README.md | |
| enabled_branches: | |
| - master | |
| targets: | |
| - name: Windows Plugins | |
| builder: Windows Plugins | |
| postsubmit: false | |
| scheduler: luci | |