bensu / doo

doo is a library and lein plugin to run cljs.test on different js environments.
Eclipse Public License 1.0
324 stars 63 forks source link

Add appveyor config for Windows testing #74

Closed danielcompton closed 8 years ago

danielcompton commented 8 years ago

You can set this up on your GitHub account at https://github.com/integrations/appveyor. You'll also need to update the README icon. This only runs a small portion of the tests that run in CircleCI, but it should serve at least as a smoke test. I'm not a masochist, but perhaps @conan might want to try installing Phantom in Appveyor so we can test the Phantom runner too, once #60 is resolved.

danielcompton commented 8 years ago

You can see an example test run at https://ci.appveyor.com/project/danielcompton/doo/build/1.0.23.

bensu commented 8 years ago

Thanks Daniel, this is very useful since I don't have any Windows dev machines to test doo.