Update stuff

This commit is contained in:
WolverinDEV
2020-02-08 16:50:12 +01:00
parent 45fc96603e
commit b2e9f682d1
5 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ export tearoot_cmake_config="`pwd`/build-helpers/cmake/config/tearoot-client.cma
export tearoot_cmake_module="`pwd`/build-helpers/cmake/"
export traroot_library="`pwd`/third_party"
source scripts/build_helper.sh
source build-helpers/build_helper.sh
begin_task "build_client" "Building client"
./client/jenkins/create_build.sh
+1 -1
View File
@@ -8,7 +8,7 @@ tearoot_cmake_module="`pwd`/build-helpers/cmake/"
traroot_library="`pwd`/third_party"
shared_path="shared"
source `pwd`/scripts/build_helper.sh
source `pwd`/build-helpers/build_helper.sh
begin_task "build_shared" "Building shared library"
requires_rebuild ${shared_path}
[[ $? -eq 0 ]] && {
Submodule scripts deleted from 0b83e74e2d
+1 -1
Submodule shared updated: 28531523c4...3f57ad4678