summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-06-24 14:37:22 +0100
committerSimon McVittie <smcv@collabora.com>2022-07-13 20:36:13 +0100
commitf49791ec991317b1c5a7678dfd1f4546f284540d (patch)
tree073ac802313698e99094451e5c307fcde5df67e0 /tools
parentcceffebed36efdccd3636b510734b7974fea6f0e (diff)
downloaddbus-f49791ec991317b1c5a7678dfd1f4546f284540d.tar.gz
CI: Tell Meson build where to find the source directory
Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/ci-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ci-build.sh b/tools/ci-build.sh
index 42eef2fd..545ff084 100755
--- a/tools/ci-build.sh
+++ b/tools/ci-build.sh
@@ -503,7 +503,7 @@ case "$ci_buildsys" in
fi
# FIXME: ducktype target fails on debian CI..
- $meson_setup -Dducktype_docs=disabled "$@"
+ $meson_setup -Dducktype_docs=disabled "$@" "$srcdir"
meson compile
[ "$ci_test" = no ] || meson test
DESTDIR=DESTDIR meson install