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

List compile size, warning count, and compilation success deltas in the report #4

Open
per1234 opened this issue May 1, 2017 · 0 comments

Comments

@per1234
Copy link
Owner

per1234 commented May 1, 2017

The change in program storage space, dynamic memory usage by global variables, warning count, and compilation success since the last commit should be shown in the report.

I think the best way to accomplish this is to do each verification twice, once using the code at the tip of the branch, then again after checking out the previous commit. The drawback of this is it will double the compilation component of the build duration, which is already problematic when a lot of tests are necessary.

The feature should be optional.

I need to make it work for comparisons between commits in the following usages:

  • libraries (installed via install_library with no arguments)
  • sketches (compiled from $TRAVIS_BUILD_DIR)
  • hardware packages (installed via install_package with no arguments)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant