It might be nice to automatically suppress progress output when running in a CI environment, like AppVeyor or Travis CI. Sure, one can set --progress=false or similar, but if that automatically happened when a CI environment variable is set that could improve the out-of-the-box CI experience.
With AppVeyor particularly, I've noticed build output having some stuff to scroll through.
It might be nice to automatically suppress progress output when running in a CI environment, like AppVeyor or Travis CI. Sure, one can set
--progress=falseor similar, but if that automatically happened when aCIenvironment variable is set that could improve the out-of-the-box CI experience.With AppVeyor particularly, I've noticed build output having some stuff to scroll through.