Updated jenkins file
This commit is contained in:
Vendored
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user