![]() |
|
Problems? Is your data what you think it is? | |
PerlMonks |
Keeping Dist::Zilla test build for release?by perlancar (Hermit) |
on Sep 28, 2021 at 01:56 UTC ( #11137075=perlquestion: print w/replies, xml ) | Need Help?? |
perlancar has asked for the wisdom of the Perl Monks concerning the following question: Is there a way to avoid building twice when testing and then releasing? When releasing a distribution, I do dzil test first, as I assume most authors would do. Then a dzil release afterwards, if the previous step is a success. dzil release does another build; there's dzil test --keep to keep the test build in .build/, but I don't see how dzil release can be instructed to just use it instead of rebuilding.
Back to
Seekers of Perl Wisdom
|
|