mschout / perl-log-dispatch-filerotate

Log to files that archive/rotate themselves
2 stars 8 forks source link

Add AppVeyor config #13

Closed zakame closed 6 years ago

zakame commented 6 years ago

This PR is a submission for my CPAN Pull Request Challenge this month.

This PR adds an AppVeyor config to try diagnosing issues on CPAN Testers related to FAILing cygwin/Windows builds, such as these:

zakame commented 6 years ago

For builds please see for example https://ci.appveyor.com/project/zakame/perl-log-dispatch-filerotate/build/1.0.12

Note that this particular build seems to indicate a file locking race condition that wasn't detected in the CPAN Testers logs; this may be another issue entirely (as the CPAN Testers issues seem to stem from not finding Date::Manip correctly.)

mschout commented 6 years ago

Let me know via a comment when you have completed your changes and I'll squash them onto my own repo

zakame commented 6 years ago

Hi @mschout, thanks for considering this PR! :+1:

I think this one is largely done, I'm already making use of this to find test failures on cygwin/strawberry (e.g. #14 and #15.)

mschout commented 6 years ago

I've squash/merged the changes from this branch into master. Thanks!

zakame commented 6 years ago

Thanks too! :+1: