updates conan in Jenkinsfile

This commit is contained in:
Eyck-Alexander Jentzsch 2025-04-28 16:22:50 +02:00
parent 9acaeff409
commit f0cf3ea154

2
Jenkinsfile vendored
View File

@ -47,7 +47,7 @@ pipeline {
done
done
'''
sh 'conan profile new default --detect --force'
sh 'conan profile detect --force'
sh 'rm -rf build'
sh 'cmake -S . -B build --preset Release -DWITH_ASMJIT=ON -DWITH_TCC=ON -DWITH_LLVM=ON'
sh 'cmake --build build -j'