From 6c24e615722818399e2132717940409a7179de96 Mon Sep 17 00:00:00 2001 From: Konstantinos Margaritis Date: Wed, 4 May 2022 21:57:38 +0300 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 3dbef5b6..7eecce4a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -519,7 +519,7 @@ pipeline { } stage("Build") { steps { - cmakeBuild buildDir: 'build-debug-arm', buildType: 'Debug', cleanBuild: true, cmakeArgs: '', installation: 'InSearchPath', steps: [[envVars: 'CC=clang CXX=clang++', args: '--parallel 4', withCmake: true]] + cmakeBuild buildDir: 'build-clang-debug-arm', buildType: 'Debug', cleanBuild: true, cmakeArgs: '', installation: 'InSearchPath', steps: [[envVars: 'CC=clang CXX=clang++', args: '--parallel 4', withCmake: true]] } } stage("Unit Test") {