sets Conanhome in jenkinsfile
Some checks failed
Run architectural test suite on backends / Build ISS, Setup TGC-COMPLIANCE, Run tests on backends (push) Failing after 6m10s
Some checks failed
Run architectural test suite on backends / Build ISS, Setup TGC-COMPLIANCE, Run tests on backends (push) Failing after 6m10s
This commit is contained in:
parent
2dc4409928
commit
f8152e8ca5
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
@ -21,17 +21,17 @@ pipeline {
|
|||||||
agent {
|
agent {
|
||||||
docker {
|
docker {
|
||||||
image 'git.minres.com/tooling/riscof_sail:latest'
|
image 'git.minres.com/tooling/riscof_sail:latest'
|
||||||
|
environment {
|
||||||
|
CONAN_USER_HOME = '/var/jenkins_home/workspace/riscof_sail'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage("build TGC-ISS"){
|
stage("build TGC-ISS"){
|
||||||
steps {
|
steps {
|
||||||
sh '''
|
sh 'cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DWITH_ASMJIT=OFF -DWITH_TCC=OFF -DWITH_LLVM=OFF'
|
||||||
conan profile new --detect --force default
|
sh 'cmake --build build -j'
|
||||||
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DWITH_ASMJIT=OFF -DWITH_TCC=OFF -DWITH_LLVM=OFF
|
|
||||||
cmake --build build -j
|
|
||||||
'''
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage("Checkout TGC-Compliance"){
|
stage("Checkout TGC-Compliance"){
|
||||||
|
Loading…
Reference in New Issue
Block a user