diff options
author | Oz Linden <oz@lindenlab.com> | 2016-07-26 17:43:39 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2016-07-26 17:43:39 -0400 |
commit | 4a71dbda19fbf927b20779f8f6bcb68fd4bf2955 (patch) | |
tree | 28e20bced7941c981de19f3771b60ca3e2780833 | |
parent | 7d7cc70b7486741176a3ec20aa450cd63533ebc5 (diff) |
fail build on a failed configure
-rwxr-xr-x | build.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -101,7 +101,8 @@ pre_build() -DVIEWER_CHANNEL:STRING="\"$viewer_channel\"" \ -DGRID:STRING="\"$viewer_grid\"" \ -DLL_TESTS:BOOL="$run_tests" \ - -DTEMPLATE_VERIFIER_OPTIONS:STRING="$template_verifier_options" $template_verifier_master_url + -DTEMPLATE_VERIFIER_OPTIONS:STRING="$template_verifier_options" $template_verifier_master_url \ + || fatal "$variant configuration failed" end_section "Configure $variant" } |