Dual-Life/Devel-PPPort

Use AppVeyor CI for Windows testing

Closed this issue · 3 comments

pali commented
Use AppVeyor CI for Windows testing

I already use some AppVeyor config on some projects but have also heard that TravisCI is also supporting windows now, maybe we can use the same CI?

https://docs.travis-ci.com/user/reference/windows/

pali commented

I was not able to use Travis Windows builds with different Perl versions yet.

If you want to use AppVeyor with different Perl versions, you can look at my configuration for Exception::Class::Try::Catch: https://github.com/pali/Exception-Class-Try-Catch/blob/master/.appveyor.yml
There are about 10 different perl versions and each in both 32bit and 64bit version.