summaryrefslogtreecommitdiff
path: root/check.sh
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa@gmail.com>2025-11-30 22:12:49 +0000
committerJohn Turner <jturner.usa@gmail.com>2025-11-30 22:12:49 +0000
commitabf784a784c6e9282dbfbe269670da0284556a7d (patch)
treefde86bc0c197e0e57a6061af84e6320e9db1f718 /check.sh
parent13a6ab5d21888428a13d57fa1ce6f6fdd84ddf14 (diff)
downloadgentoo-utils-abf784a784c6e9282dbfbe269670da0284556a7d.tar.gz
add some docs
Diffstat (limited to 'check.sh')
-rwxr-xr-xcheck.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/check.sh b/check.sh
index a1d6d78..abaa5b2 100755
--- a/check.sh
+++ b/check.sh
@@ -12,7 +12,7 @@ if [[ -n ${ldd} ]]; then
fi
if [[ ! -d build ]]; then
- meson setup -Dfuzz=enabled -Dtests=enabled -Dbuildtype=debugoptimized build || exit $?
+ meson setup -Dfuzz=enabled -Dtests=enabled -Dbuildtype=debugoptimized -Ddocs=enabled build || exit $?
fi
meson compile -C build || exit $?