From: Konstantinos Margaritis Date: Wed, 4 May 2022 18:57:38 +0000 (+0300) Subject: Update Jenkinsfile X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc65177804d07a506d2231cb027dabe041960e19;p=thirdparty%2Fvectorscan.git Update Jenkinsfile --- 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") {