diff --git a/script/execute_analysis.sh b/script/execute_analysis.sh index b5c2626..039dd32 100755 --- a/script/execute_analysis.sh +++ b/script/execute_analysis.sh @@ -23,12 +23,12 @@ rpt_conn_string="${REPORT_CONNECTION_STRING}" run_binary_info() { - #rm -r -f $cmake_folder - #mkdir -p $cmake_folder + rm -r -f $cmake_folder + mkdir -p $cmake_folder pushd $cmake_folder >/dev/null - #cmake $repo_root $cmake_cmd >/dev/null - #make -j >/dev/null + cmake $repo_root $cmake_cmd >/dev/null + make -j >/dev/null if [ $run_binary_strip -ge 1 ]; then # Run strip from the binaries./