From 81131f71b6d3783fba0a4f4bb4ba45e90972edba Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Tue, 22 Jan 2019 21:07:36 +0100 Subject: [PATCH] Some changes --- Jenkinsfile | 17 +++++++++++++++++ TeaSpeak | 2 +- build_info.txt | 20 ++++++++++++++++++++ libraries/DataPipes | 2 +- 4 files changed, 39 insertions(+), 2 deletions(-) create mode 100644 build_info.txt diff --git a/Jenkinsfile b/Jenkinsfile index 9d184c0..30cd44a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -47,6 +47,10 @@ pipeline { when { expression { params.build_libraries } } + + environment { + CMAKE_BUILD_TYPE="Debug" + } steps { sh 'cd libraries; ./build.sh' @@ -60,6 +64,9 @@ pipeline { environment { TEASPEAK_BUILD_TYPE="Debug" } + environment { + CMAKE_BUILD_TYPE="Debug" + } stages { stage ('build::x86::debug::build') { @@ -103,6 +110,10 @@ pipeline { when { expression { params.build_libraries } } + + environment { + CMAKE_BUILD_TYPE="Debug" + } steps { sh 'cd libraries; ./build.sh' @@ -114,6 +125,7 @@ pipeline { stage ('build::amd64::debug::build') { environment { TEASPEAK_BUILD_TYPE="Debug" + CMAKE_BUILD_TYPE=Debug } steps { @@ -157,6 +169,10 @@ pipeline { when { expression { params.build_libraries } } + + environment { + CMAKE_BUILD_TYPE="RelWithDebInfo" + } steps { sh 'cd libraries; ./build.sh' @@ -168,6 +184,7 @@ pipeline { stage ('build::amd64::release::build') { environment { TEASPEAK_BUILD_TYPE="Release" + CMAKE_BUILD_TYPE="RelWithDebInfo" } steps { diff --git a/TeaSpeak b/TeaSpeak index 206a1fd..2c9b128 160000 --- a/TeaSpeak +++ b/TeaSpeak @@ -1 +1 @@ -Subproject commit 206a1fd8337099f6c51c3f4bb61d8a71f407d2f7 +Subproject commit 2c9b128dfca34119d7898431af8a1e2c1e296b89 diff --git a/build_info.txt b/build_info.txt new file mode 100644 index 0000000..a9f4ca2 --- /dev/null +++ b/build_info.txt @@ -0,0 +1,20 @@ +Improved (Fixed): + Tomcrypt + Tommath + Boringssl + +DataPipes: + -DCMAKE_BUILD_TYPE="${CMAKE_BUILD_TYPE}" + Libraries: + -DCMAKE_BUILD_TYPE="${CMAKE_BUILD_TYPE:-Release}" + +StringVariables: +ThreadPool + -DCMAKE_BUILD_TYPE="${CMAKE_BUILD_TYPE}" + +ED255: +EVENT: +JSONCPP: +MYSQLCONNECTOR: +PROTOBUF: +-DCMAKE_BUILD_TYPE=RelWithDebInfo diff --git a/libraries/DataPipes b/libraries/DataPipes index a8fd0a6..f44d650 160000 --- a/libraries/DataPipes +++ b/libraries/DataPipes @@ -1 +1 @@ -Subproject commit a8fd0a621ff7ac522e4278dd97bf805557b5fe4d +Subproject commit f44d650b257b3caf242c835447fed7eb6577cc13