mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-31 21:40:11 +01:00
ci-build.sh: Show file size in list of files to be able to compare generated file size
This commit is contained in:
parent
e1ad4e202d
commit
bac2fd3aa4
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue