You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to ensure the -DEBUG builds don't fail with checked-in code, add
two jobs which build even/odd with full debug flags to Travis.
Fixesesp8266#5143
* Add full debug builds for all tests
In order to ensure the -DEBUG builds don't fail with checked-in code, add
two jobs which build even/odd with full debug flags to Travis.
Fixes#5143
* Add in dump of platform.txt to verify build options
* Fix BASH comparison of strings
* Fix debug-mode compile error in ESP8266AVRISP
* Add -Wextra to CI (matches IDE "All" warnings)
The debug macros sometimes cause trouble when the main code is changed, since they are NOPs until debugging is enabled.
To ensure changes don't break debug builds, we should add a build of some representative tests with full debugging enabled to the CI.
Probably don't need to build all with full debug, but one or two examples from each major subsystem.
The text was updated successfully, but these errors were encountered: