ci: put example log files on the build volume

This commit is contained in:
Ivan Grokhotkov 2017-08-31 23:00:48 +08:00
parent c92fba3261
commit 3d8390fa8a

View file

@ -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}")