Skip to content
Snippets Groups Projects
Commit 3eba59e9 authored by David Kaprielian's avatar David Kaprielian
Browse files

Adding run_tests buildparam and setting to false for coverity builds so coverity can run.

Reviewed by CG.
parent 714ba52d
Branches
Tags
No related merge requests found
...@@ -26,6 +26,7 @@ viewer-development.show_changes_since = last_sprint ...@@ -26,6 +26,7 @@ viewer-development.show_changes_since = last_sprint
# Build Settings # Build Settings
viewer-development_coverity.coverity_product = viewer viewer-development_coverity.coverity_product = viewer
viewer-development_coverity.run_tests = false
viewer-development.build_debug_release_separately = true viewer-development.build_debug_release_separately = true
# Notifications - to configure email notices, add a setting like this: # Notifications - to configure email notices, add a setting like this:
......
...@@ -66,7 +66,8 @@ pre_build() ...@@ -66,7 +66,8 @@ pre_build()
-DRELEASE_CRASH_REPORTING:BOOL=ON \ -DRELEASE_CRASH_REPORTING:BOOL=ON \
-DLOCALIZESETUP:BOOL=ON \ -DLOCALIZESETUP:BOOL=ON \
-DPACKAGE:BOOL=ON \ -DPACKAGE:BOOL=ON \
-DCMAKE_VERBOSE_MAKEFILE:BOOL=TRUE -DCMAKE_VERBOSE_MAKEFILE:BOOL=TRUE \
-DLL_TESTS:BOOL="$run_tests"
end_section "Pre$variant" end_section "Pre$variant"
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment