forces clean build in Jenkins

This commit is contained in:
Eyck-Alexander Jentzsch 2025-01-11 12:03:55 +01:00
parent dfad138010
commit 2ff133732d

1
Jenkinsfile vendored
View File

@ -48,6 +48,7 @@ pipeline {
done done
''' '''
sh 'conan profile new default --detect --force' 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 -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'
sh 'build/dbt-rise-tgc/tgc-sim --isa ?' sh 'build/dbt-rise-tgc/tgc-sim --isa ?'