diff --git a/jenkins/create_build.sh b/jenkins/create_build.sh index e50c692..46138cb 100755 --- a/jenkins/create_build.sh +++ b/jenkins/create_build.sh @@ -58,7 +58,7 @@ function compile_native() { [[ ! -z "$traroot_library" ]] && _arguments="${_arguments} -DLIBRARY_PATH=\"$traroot_library\"" local _generator="" - [[ ${build_oy_type} == "win32" ]] && _generator='-G"Visual Studio 15 2017 Win64"' + [[ ${build_os_type} == "win32" ]] && _generator='-G"Visual Studio 15 2017 Win64"' _command="cmake ../../ ${_generator} -DCMAKE_BUILD_TYPE=RelWithDebInfo ${_arguments}" echo "Executing cmake command $_command" @@ -104,8 +104,8 @@ function deploy_client() { end_task "${project_name}_package" "Client successfully deployed!" } -install_npm -compile_scripts +#install_npm +#compile_scripts compile_native package_client deploy_client