summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authornat-goodspeed <nat@lindenlab.com>2024-05-02 17:34:34 -0400
committerGitHub <noreply@github.com>2024-05-02 17:34:34 -0400
commit10aa7f4254fd04c24f15f507188705146f92ee60 (patch)
treefdc08a1a4f8529a82e232a93cd691225c066b801 /build.sh
parent079c6ab9aff777577e4786cd0cae3bb4983add91 (diff)
parent2c1647e84cfb3fd712f665cdc77a772deb80aff9 (diff)
Merge pull request #1391 from secondlife/with-tests
Turn on LL_TESTS for CI builds.
Diffstat (limited to 'build.sh')
-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" \