Updated jenkins file

This commit is contained in:
WolverinDEV 2019-05-27 20:21:59 +02:00
parent 98d6db1dfe
commit 142730f64a
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -179,7 +179,7 @@ pipeline {
environment {
CMAKE_BUILD_TYPE="RelWithDebInfo" /* we build out libraries every time in release mode! (Performance improve) */
BUILD_ARCH_TARGET=x86
BUILD_ARCH_TARGET="x86"
}
steps {