add appveyor config (#8323)

appveyor.com runs our tests on Windows for each PR.
This commit is contained in:
Michael Goderbauer 2017-02-22 10:34:31 -08:00 committed by GitHub
parent a745fd58be
commit 7a7f9b68ec

11
appveyor.yml Normal file
View 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