diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000000..e612e177d8 --- /dev/null +++ b/appveyor.yml @@ -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