ci-build.sh: Show file size in list of files to be able to compare generated file size

This commit is contained in:
Ralf Habacker 2018-11-19 20:29:33 +01:00
parent e1ad4e202d
commit bac2fd3aa4

View file

@ -288,7 +288,7 @@ case "$ci_buildsys" in
export DBUS_TEST_MALLOC_FAILURES=0
[ "$ci_test" = no ] || ctest -VV || maybe_fail_tests
${make} install DESTDIR=$(pwd)/DESTDIR
( cd DESTDIR && find . )
( cd DESTDIR && find . -ls)
;;
esac