diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2020-12-10 10:51:54 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-12-10 12:06:26 -0500 |
commit | 41a41881f7dd85446a625b6470ce09fdfae5cae8 (patch) | |
tree | d7646b7f0fb3fff6f9cfb8e67fb5bea2b3f239f3 /scripts | |
parent | a1baefc2c2da542877809deefef73321670eaa5e (diff) | |
download | kutter-41a41881f7dd85446a625b6470ce09fdfae5cae8.tar.gz kutter-41a41881f7dd85446a625b6470ce09fdfae5cae8.tar.xz kutter-41a41881f7dd85446a625b6470ce09fdfae5cae8.zip |
ci-build: Report binary size during build tests
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/ci-build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/ci-build.sh b/scripts/ci-build.sh index e5f97754..5f626088 100755 --- a/scripts/ci-build.sh +++ b/scripts/ci-build.sh @@ -53,6 +53,7 @@ for TARGET in test/configs/*.config ; do cp ${TARGET} .config make olddefconfig make V=1 + size out/*.elf finish_test mcu_compile "$TARGET" cp out/klipper.dict ${DICTDIR}/$(basename ${TARGET} .config).dict done |