forces clean build in Jenkins
This commit is contained in:
parent
dfad138010
commit
2ff133732d
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -48,6 +48,7 @@ pipeline {
|
||||
done
|
||||
'''
|
||||
sh 'conan profile new default --detect --force'
|
||||
sh 'rm -rf build'
|
||||
sh 'cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DWITH_ASMJIT=ON -DWITH_TCC=ON -DWITH_LLVM=ON'
|
||||
sh 'cmake --build build -j'
|
||||
sh 'build/dbt-rise-tgc/tgc-sim --isa ?'
|
||||
|
Loading…
x
Reference in New Issue
Block a user