Unverified Commit c56083c9 authored by jakpiase's avatar jakpiase Committed by GitHub
Browse files

Update jenkinsfile

parent a68083a7
...@@ -192,9 +192,9 @@ def cmake_build(Map conf=[:]){ ...@@ -192,9 +192,9 @@ def cmake_build(Map conf=[:]){
config_targets = "examples_ck_tile package" config_targets = "examples_ck_tile package"
} }
if(conf.get("build_install","") == "true") if(conf.get("install","") == "true")
{ {
config_targets = 'examples_ck_tile install ' + config_targets config_targets = 'examples_ck_tile ' + config_targets
setup_args = ' -DBUILD_DEV=On -DCMAKE_INSTALL_PREFIX=../install' + setup_args setup_args = ' -DBUILD_DEV=On -DCMAKE_INSTALL_PREFIX=../install' + setup_args
} else{ } else{
setup_args = ' -DBUILD_DEV=On' + setup_args setup_args = ' -DBUILD_DEV=On' + setup_args
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment