mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-16 01:12:15 +03:00
Update Jenkinsfile
This commit is contained in:
committed by
GitHub
parent
f25c4bb61c
commit
cc65177804
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") {
|
||||||
|
|||||||
Reference in New Issue
Block a user