This commit is contained in:
WolverinDEV
2019-01-22 21:13:01 +01:00
parent 81131f71b6
commit b0be3fc28c
Vendored
+1 -1
View File
@@ -125,7 +125,7 @@ pipeline {
stage ('build::amd64::debug::build') {
environment {
TEASPEAK_BUILD_TYPE="Debug"
CMAKE_BUILD_TYPE=Debug
CMAKE_BUILD_TYPE="Debug"
}
steps {