]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
Update Jenkinsfile
authorKonstantinos Margaritis <markos@users.noreply.github.com>
Wed, 4 May 2022 18:57:38 +0000 (21:57 +0300)
committerGitHub <noreply@github.com>
Wed, 4 May 2022 18:57:38 +0000 (21:57 +0300)
Jenkinsfile

index 3dbef5b60ae5dcb502fffb31060d79634312f38f..7eecce4ab7a5df63ed44299ff23e4cdf050edddd 100644 (file)
@@ -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") {