Skip to content
Snippets Groups Projects
Commit b779ca0a authored by Oz Linden's avatar Oz Linden
Browse files

fail build on a failed configure

parent 1c401622
No related branches found
No related tags found
No related merge requests found
...@@ -101,7 +101,8 @@ pre_build() ...@@ -101,7 +101,8 @@ pre_build()
-DVIEWER_CHANNEL:STRING="\"$viewer_channel\"" \ -DVIEWER_CHANNEL:STRING="\"$viewer_channel\"" \
-DGRID:STRING="\"$viewer_grid\"" \ -DGRID:STRING="\"$viewer_grid\"" \
-DLL_TESTS:BOOL="$run_tests" \ -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" end_section "Configure $variant"
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment