mirror of https://github.com/Desuuuu/klipper.git
ci-build: Report binary size during build tests
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
a1baefc2c2
commit
41a41881f7
|
@ -53,6 +53,7 @@ for TARGET in test/configs/*.config ; do
|
||||||
cp ${TARGET} .config
|
cp ${TARGET} .config
|
||||||
make olddefconfig
|
make olddefconfig
|
||||||
make V=1
|
make V=1
|
||||||
|
size out/*.elf
|
||||||
finish_test mcu_compile "$TARGET"
|
finish_test mcu_compile "$TARGET"
|
||||||
cp out/klipper.dict ${DICTDIR}/$(basename ${TARGET} .config).dict
|
cp out/klipper.dict ${DICTDIR}/$(basename ${TARGET} .config).dict
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in New Issue