From ae0e60d7fab3a717abaf1def429ba38482883a50 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Mon, 21 Oct 2024 08:00:00 +0000 Subject: ci/meson-build.sh: change DESTDIR for the install test Move DESTDIR inside the build tree to reduce the number of top level directories used for tests. --- ci/meson-build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/meson-build.sh b/ci/meson-build.sh index c5f57e67..0b265218 100755 --- a/ci/meson-build.sh +++ b/ci/meson-build.sh @@ -43,6 +43,6 @@ meson setup $opts build # instead of all subsequent individual meson commands. meson compile -v -C build -mkdir buildroot -DESTDIR=$(pwd)/buildroot meson install -C build +mkdir build/destdir +DESTDIR=$(pwd)/build/destdir meson install -C build meson test -v -C build -- cgit v1.2.3