mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04:00
Merge branch 'bugfix/fix_build_cmake_example_failing_v3.3' into 'release/v3.3'
Fix false positive errors with CMake example builds (backport v3.3) See merge request idf/esp-idf!4984
This commit is contained in:
commit
081b623a34
@ -143,7 +143,7 @@ build_example () {
|
||||
else
|
||||
rm -rf build &&
|
||||
./build.sh >>${BUILDLOG} 2>&1
|
||||
fi &&
|
||||
fi ||
|
||||
{
|
||||
RESULT=$?; FAILED_EXAMPLES+=" ${EXAMPLE_NAME}" ;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user