Automated testing on Windows with AppVeyor
Automated testing on Windows with AppVeyor AppVeyor is a continuous integration service similar to Travis CI, just on Windows. If you have a Perl module on GitHub, it’s not that hard to have it run tests automatically on Windows; it’s just not well documented.
Read Full Post | Make a Comment ( Comments Off on Automated testing on Windows with AppVeyor )Testing with AppVeyor
Testing with AppVeyor If you ever wanted to test your CPAN modules on Windows systems without having an own Windows system setup, then you should take a look at AppVeyor. Basically it’s something like travis-ci, but just running on Windows. Configuration happens in a YAML file named appveyor.yml. See also PDL appveyor.yml on github
Read Full Post | Make a Comment ( Comments Off on Testing with AppVeyor )