Delete old windows / program files from second drive?
Delete old windows / program files from second drive? The absurd “answers” on the microsoft community of course offer things like “Use Disk Cleanup” (which is a blatantly uneducated answer) or “just reformat the drive” (formatting avoids the problem rather than addressing it). What are the correct steps to delete these old files? TL;DR: Use […]
Read Full Post | Make a Comment ( Comments Off on Delete old windows / program files from second drive? )Automated testing on Windows with AppVeyor
Automated testing on Windows with AppVeyor AppVeyor is a continuous integration service similar to Travis CI, just on Windows. If you have a Perl module on GitHub, it’s not that hard to have it run tests automatically on Windows; it’s just not well documented.
Read Full Post | Make a Comment ( Comments Off on Automated testing on Windows with AppVeyor )Testing with AppVeyor
Testing with AppVeyor If you ever wanted to test your CPAN modules on Windows systems without having an own Windows system setup, then you should take a look at AppVeyor. Basically it’s something like travis-ci, but just running on Windows. Configuration happens in a YAML file named appveyor.yml. See also PDL appveyor.yml on github
Read Full Post | Make a Comment ( Comments Off on Testing with AppVeyor )