mschilli / log4perl

Log4j Implementation For Perl
http://log4perl.com
Other
116 stars 66 forks source link

Add AppVeyor config for Windows CI testing #82

Closed briandfoy closed 3 years ago

briandfoy commented 6 years ago

Add a config for AppVeyor. This might help for #77.

You can get a free account with your GitHub credentials.

I've used this with my fork of Log4perl: https://ci.appveyor.com/project/briandfoy/log4perl/history

mohawk2 commented 3 years ago

Would you be amenable to porting this to a GitHub action? A model would be EUMM's ones which have a Windows version. AppVeyor is unbelievably slow, and also very hard to configure to work in a convenient way.

briandfoy commented 3 years ago

Well, someone else can port it to a GitHub action, but I've also found GitHub actions to be slow as well. But, you don't have to choose just one service either.

mohawk2 commented 3 years ago

AppVeyor is unworkably inconvenient (it gets accounts wrong). We will not be using it here. GitHub actions would be a different story.