summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2024-05-02 09:14:55 -0400
committerNat Goodspeed <nat@lindenlab.com>2024-05-02 09:14:55 -0400
commit4329e95379173a304e91dd0b7513e936aeded380 (patch)
treef25629312c7f3a9a00b6ee6b5995cb7d9ba205c1
parentf886a438ed11468a90ecca9ba8046a6719f0402c (diff)
Turn on LL_TESTS for CI builds.
-rwxr-xr-xbuild.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index 46a287ea32..e025b73170 100755
--- a/build.sh
+++ b/build.sh
@@ -178,6 +178,7 @@ pre_build()
"$autobuild" configure --quiet -c $variant \
${eval_autobuild_configure_parameters:---} \
+ -DLL_TESTS:BOOL=ON \
-DPACKAGE:BOOL=ON \
-DHAVOK:BOOL="$HAVOK" \
-DRELEASE_CRASH_REPORTING:BOOL="$RELEASE_CRASH_REPORTING" \