updated rev

This commit is contained in:
WolverinDEV
2020-01-26 17:27:23 +01:00
parent ea7c82ec42
commit 489cb91fef
2 changed files with 2 additions and 2 deletions
Vendored
+1 -1
View File
@@ -129,7 +129,7 @@ pipeline {
}
stages {
stage ('build::x86::libraries') {
stage ('build::arm32v7::libraries') {
environment {
CMAKE_BUILD_TYPE="RelWithDebInfo" /* we build out libraries every time in release mode! (Performance improve) */
}