1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

murdock: use json output for $(BINDIR) size

This commit is contained in:
Kaspar Schleiser 2021-11-16 12:34:48 +01:00
parent f83fa88ccd
commit 5daa6fd45a

View File

@ -500,10 +500,10 @@ compile() {
fi
fi
# log some build stats
if [ -d ${BINDIR} ]
then
echo "-- build directory size: $(du -sh ${BINDIR} | cut -f1)"
echo "{\"build/\": $(du -s ${BINDIR} | cut -f1)}"
# cleanup
rm -rf ${BINDIR}
fi