Some changes
This commit is contained in:
parent
82aab68944
commit
81131f71b6
17
Jenkinsfile
vendored
17
Jenkinsfile
vendored
@ -48,6 +48,10 @@ pipeline {
|
||||
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') {
|
||||
@ -104,6 +111,10 @@ pipeline {
|
||||
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 {
|
||||
@ -158,6 +170,10 @@ pipeline {
|
||||
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 {
|
||||
|
2
TeaSpeak
2
TeaSpeak
@ -1 +1 @@
|
||||
Subproject commit 206a1fd8337099f6c51c3f4bb61d8a71f407d2f7
|
||||
Subproject commit 2c9b128dfca34119d7898431af8a1e2c1e296b89
|
20
build_info.txt
Normal file
20
build_info.txt
Normal file
@ -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
|
@ -1 +1 @@
|
||||
Subproject commit a8fd0a621ff7ac522e4278dd97bf805557b5fe4d
|
||||
Subproject commit f44d650b257b3caf242c835447fed7eb6577cc13
|
Loading…
Reference in New Issue
Block a user