Add AppVeyor config #13
Closed
Conversation
This adds an AppVeyor config to try diagnosing issues on CPAN Testers related to FAILing cygwin/Windows builds.
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.) |
Prepare to set up builds in multiple environments (system, cygwin, and strawberry.)
Dist::Zilla dependencies don't build at all.
Cribbed from mojo.
No `--quiet` runs
Module install failures seem to stem from stack smashing protection being enabled, so try to disable that under Cygwin.
dzil somehow needs the time.
Last build indicated missing Test::Pod, so install that. Also reduce cpanm output for dzil authordeps.
Let me know via a comment when you have completed your changes and I'll squash them onto my own repo |
This should not be removed...
I've squash/merged the changes from this branch into master. Thanks! |
Thanks too! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
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: