Updated jenkins file
This commit is contained in:
parent
98d6db1dfe
commit
142730f64a
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user