client-root/build_client.sh
2019-07-03 13:27:12 +02:00

16 lines
409 B
Bash
Executable File

#!/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"