client-root/build_client.sh

16 lines
409 B
Bash
Raw Normal View History

2019-07-03 07:27:12 -04:00
#!/usr/bin/env bash
cd $(dirname $0)
tearoot_cmake_config="`pwd`/cmake/config/tearoot-client.cmake"
tearoot_cmake_module="`pwd`/cmake/"
traroot_library="`pwd`/third_party"
shared_path="client"
source scripts/build_helper.sh
begin_task "build_client" "Building client"
./client/jenkins/create_build.sh
check_err_exit ${shared_path} "Failed to build client!"
end_task "build_client" "Client build finished"