updates Jenkinsfile

This commit is contained in:
Eyck Jentzsch 2024-07-06 10:41:41 +02:00
parent 29b8de6c16
commit c6e480d134
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -74,6 +74,7 @@ pipeline {
python3 -mvenv .venv
. .venv/bin/activate
pip3 install -r requirements.txt
conan profile detect --force -vquiet
conan install --requires 'b2/[*]' --build='*'
cmake -S . -B build --preset Release
cmake --build build -j12