This commit is contained in:
WolverinDEV 2019-01-22 21:17:57 +01:00
parent b0be3fc28c
commit 22b4daa9f4

2
Jenkinsfile vendored
View File

@ -63,8 +63,6 @@ pipeline {
stage ('build::x86::debug') { stage ('build::x86::debug') {
environment { environment {
TEASPEAK_BUILD_TYPE="Debug" TEASPEAK_BUILD_TYPE="Debug"
}
environment {
CMAKE_BUILD_TYPE="Debug" CMAKE_BUILD_TYPE="Debug"
} }