Archive for October 25th, 2016
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 )