This commit is contained in:
WolverinDEV 2019-01-22 21:13:01 +01:00
parent 81131f71b6
commit b0be3fc28c

2
Jenkinsfile vendored
View File

@ -125,7 +125,7 @@ pipeline {
stage ('build::amd64::debug::build') { stage ('build::amd64::debug::build') {
environment { environment {
TEASPEAK_BUILD_TYPE="Debug" TEASPEAK_BUILD_TYPE="Debug"
CMAKE_BUILD_TYPE=Debug CMAKE_BUILD_TYPE="Debug"
} }
steps { steps {