in reply to Re^2: Testing CLI commands on Windows machines
in thread Testing CLI commands on Windows machines

It's pretty straightforward to setup, and really convenient in terms of getting emailed about failures and so on.

  • Comment on Re^3: Testing CLI commands on Windows machines

Replies are listed 'Best First'.
Re^4: Testing CLI commands on Windows machines
by Anonymous Monk on Sep 12, 2018 at 22:56 UTC
    How is it different from cpan testers?

      It's faster, allows for better control over the environment and in order to get something into cpantesters you have to have uploaded it to cpan, at which point automatic mirroring happens and anyone can get it. CI before uploading to cpan allows for the discovery of problems before you release.