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