add appveyor config (#8323)
appveyor.com runs our tests on Windows for each PR.
This commit is contained in:
parent
a745fd58be
commit
7a7f9b68ec
11
appveyor.yml
Normal file
11
appveyor.yml
Normal file
@ -0,0 +1,11 @@
|
||||
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
|
Loading…
x
Reference in New Issue
Block a user