mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
12 lines
212 B
YAML
12 lines
212 B
YAML
install:
|
|
- cmd: bin\flutter.bat config --no-analytics
|
|
- cmd: bin\flutter.bat update-packages
|
|
|
|
cache:
|
|
- '%APPDATA%\Pub\Cache'
|
|
|
|
build: off
|
|
|
|
test_script:
|
|
- cmd: bin\cache\dart-sdk\bin\dart.exe -c dev\bots\test.dart
|