mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-30 19:47:43 +03:00
Update Jenkinsfile
This commit is contained in:
committed by
GitHub
parent
59ffac5721
commit
6c24e61572
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -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") {
|
||||
|
Reference in New Issue
Block a user