mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-02-05 08:50:26 +01:00
CI: List attributes, sizes etc. of installed files, not just names
Signed-off-by: Simon McVittie <smcv@collabora.com>
(cherry picked from commit d71049799a)
This commit is contained in:
parent
ee1940f307
commit
42b4e7319b
1 changed files with 1 additions and 1 deletions
|
|
@ -232,7 +232,7 @@ case "$ci_buildsys" in
|
|||
[ "$ci_test" = no ] || ${make} distcheck || maybe_fail_tests
|
||||
|
||||
${make} install DESTDIR=$(pwd)/DESTDIR
|
||||
( cd DESTDIR && find . )
|
||||
( cd DESTDIR && find . -ls )
|
||||
|
||||
if [ "$ci_sudo" = yes ] && [ "$ci_test" = yes ]; then
|
||||
sudo ${make} install
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue