enables TCC in Jenkinsfile
This commit is contained in:
parent
e67306b781
commit
dc8e631824
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -31,7 +31,7 @@ pipeline {
|
|||||||
stage("build TGC-ISS"){
|
stage("build TGC-ISS"){
|
||||||
steps {
|
steps {
|
||||||
sh 'conan profile new default --detect --force '
|
sh 'conan profile new default --detect --force '
|
||||||
sh 'cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DWITH_ASMJIT=ON -DWITH_TCC=OFF -DWITH_LLVM=ON'
|
sh 'cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DWITH_ASMJIT=ON -DWITH_TCC=ON -DWITH_LLVM=ON'
|
||||||
sh 'cmake --build build -j'
|
sh 'cmake --build build -j'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user