From 7a7f9b68ec3416b1481e7ae3ce6d30a22fc752d6 Mon Sep 17 00:00:00 2001 From: Michael Goderbauer Date: Wed, 22 Feb 2017 10:34:31 -0800 Subject: [PATCH] add appveyor config (#8323) appveyor.com runs our tests on Windows for each PR. --- appveyor.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 appveyor.yml 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