mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/fix_build_cmake_example_failing' into 'master'
Fix false positive errors with CMake example builds See merge request idf/esp-idf!4608
This commit is contained in:
commit
ca6cff7637
@ -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