Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup build log before every build #48

Closed
denis-shienkov opened this issue Jul 3, 2021 · 1 comment
Closed

Cleanup build log before every build #48

denis-shienkov opened this issue Jul 3, 2021 · 1 comment

Comments

@denis-shienkov
Copy link
Owner

Right now the build does not removed before the building, which is confusing because it is unclear where the previous one ends and the new one begins.

denis-shienkov added a commit that referenced this issue Jul 4, 2021
Added a new boolean setting `qbs.clearOutputBeforeOperation`. If it is
set to the true, then all previous console logs will be cleared before
starting the next operation. Works only for Clean, Resolve, Build, and
ReBuild operations.

Task-number: #48
@denis-shienkov
Copy link
Owner Author

Added the new boolean setting qbs.clearOutputBeforeOperation, called as "Clear the output before starting the operation." If this setting is true, then the console output will be erased before starting any of such operations: Resolve, Clean, Build, ReBuild.

Done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant