mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-11 13:00:19 +00:00
CI: integrate example test to CI
This commit is contained in:
@@ -118,7 +118,8 @@ build_example () {
|
||||
(
|
||||
make MAKEFLAGS= clean &&
|
||||
make MAKEFLAGS= defconfig &&
|
||||
make all
|
||||
make all &&
|
||||
make print_flash_cmd | tail -n 1 > build/download.config
|
||||
) &> >(tee -a "${BUILDLOG}") || {
|
||||
RESULT=$?; FAILED_EXAMPLES+=" ${EXAMPLE_NAME}"
|
||||
make MAKEFLAGS= V=1 clean defconfig && make V=1 # verbose output for errors
|
||||
|
Reference in New Issue
Block a user