diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2024-05-02 09:14:55 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2024-05-02 09:14:55 -0400 |
commit | 4329e95379173a304e91dd0b7513e936aeded380 (patch) | |
tree | f25629312c7f3a9a00b6ee6b5995cb7d9ba205c1 /build.sh | |
parent | f886a438ed11468a90ecca9ba8046a6719f0402c (diff) |
Turn on LL_TESTS for CI builds.
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" \ |