Build examples and tests with -Werror (BSP-176) #51
Labels
Area: Example
Relates to example
Resolution: Awaiting response
Issue is awaiting response from author
Type: Feature Request
New feature or request
To make sure that the examples can be built without warnings, we should export EXTRA_CFLAGS and EXTRA_CXXFLAGS variables in CI before running
idf.py build
.Here's a snippet from IDF:
(IDF build system picks up EXTRA_CFLAGS and EXTRA_CXXFLAGS environment variables)
The text was updated successfully, but these errors were encountered: