mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
Declarative Pipeline Jenkins environment attempt
This commit is contained in:
parent
bf6200ecc8
commit
4934852003
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -303,8 +303,12 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage("Build") {
|
stage("Build") {
|
||||||
|
environment {
|
||||||
|
CC=clang
|
||||||
|
CXX=clang++
|
||||||
|
}
|
||||||
steps {
|
steps {
|
||||||
cmakeBuild buildDir: 'build-clang-release-SSE', buildType: 'Release', cleanBuild: true, cmakeArgs: '-DBUILD_AVX2=no -DBUILD_AVX512=no -DFAT_RUNTIME=no', installation: 'InSearchPath', steps: [[withEnv: 'CC=clang CXX=clang++', args: '--parallel 4', withCmake: true]]
|
cmakeBuild buildDir: 'build-clang-release-SSE', buildType: 'Release', cleanBuild: true, cmakeArgs: '-DBUILD_AVX2=no -DBUILD_AVX512=no -DFAT_RUNTIME=no', installation: 'InSearchPath', steps: [[args: '--parallel 4', withCmake: true]]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage("Unit Test") {
|
stage("Unit Test") {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user