commit | 7a7f9b68ec3416b1481e7ae3ce6d30a22fc752d6 | [log] [tgz] |
---|---|---|
author | Michael Goderbauer <goderbauer@google.com> | Wed Feb 22 10:34:31 2017 -0800 |
committer | GitHub <noreply@github.com> | Wed Feb 22 10:34:31 2017 -0800 |
tree | b7a6fe7eb10f512cbbeee42a3182e10ea9938ed4 | |
parent | a745fd58bed1db8dd45f463a391aaffc11246986 [diff] [blame] |
add appveyor config (#8323) appveyor.com runs our tests on Windows for each PR.
diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000..e612e17 --- /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