mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
Update Jenkinsfile
This commit is contained in:
parent
59ffac5721
commit
6c24e61572
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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") {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user