Update Jenkinsfile

This commit is contained in:
Konstantinos Margaritis 2022-05-04 21:57:38 +03:00 committed by GitHub
parent 59ffac5721
commit 6c24e61572
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View File

@ -519,7 +519,7 @@ pipeline {
} }
stage("Build") { stage("Build") {
steps { 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") { stage("Unit Test") {