fail build on a failed configure

master
Oz Linden 2016-07-26 17:43:39 -04:00
parent 1c40162255
commit b779ca0aed
1 changed files with 2 additions and 1 deletions

View File

@ -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"
}