Automated testing on Windows with AppVeyor

Posted on October 23, 2017. Filed under: Uncategorized | Tags: , , , , , |

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 )

Graham Knop – “Continuous Integration for CPAN”

Posted on June 23, 2017. Filed under: Uncategorized | Tags: , , , , , , , , , |

Continuous Integration for CPAN – youtube Continuous integration helps you catch issues in your modules across a more diverse set of configurations than is easy to check manually. Travis-CI and AppVeyor are free CI solutions for open source projects that will allow automatic testing on Linux, macOS, and Windows. Extra tools exist for easy testing […]

Read Full Post | Make a Comment ( Comments Off on Graham Knop – “Continuous Integration for CPAN” )

Testing with AppVeyor

Posted on October 25, 2016. Filed under: Uncategorized | Tags: , , , , |

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 )

Liked it here?
Why not try sites on the blogroll...