flutter_flutter/ci/pubspec.yaml
Greg Spencer 280bbfc763
This makes the lint script use multiprocessing to speed it up. (#19987)
I got tired of waiting for it to run, so I added some of the "worker" queue code that I wrote for the assets-for-api-docs generator.

I also tried out putting all the files in one call to clang-tidy with the -p argument, but that was still a lot slower because it runs them all on one core. This runs separate jobs for each file, simultaneously, and then reports the results at the end (associated with each file, of course).
2020-07-30 20:23:30 -07:00

10 lines
125 B
YAML

name: ci_scripts
dependencies:
args: ^1.6.0
path: ^1.7.0
process_runner: ^2.0.3
environment:
sdk: '>=2.8.0 <3.0.0'