mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-01 03:34:32 +02:00
ci: put example log files on the build volume
This commit is contained in:
@@ -112,7 +112,7 @@ build_example () {
|
||||
export EXTRA_CXXFLAGS=${EXTRA_CFLAGS}
|
||||
|
||||
# build non-verbose first
|
||||
local BUILDLOG=$(mktemp -t examplebuild.XXXX.log)
|
||||
local BUILDLOG=${PWD}/examplebuild.${ID}.log
|
||||
(
|
||||
MAKEFLAGS= make clean defconfig &> >(tee -a "${BUILDLOG}") &&
|
||||
make all &> >(tee -a "${BUILDLOG}")
|
||||
|
Reference in New Issue
Block a user