updates Jenkinsfile
This commit is contained in:
parent
29b8de6c16
commit
c6e480d134
|
@ -74,6 +74,7 @@ pipeline {
|
||||||
python3 -mvenv .venv
|
python3 -mvenv .venv
|
||||||
. .venv/bin/activate
|
. .venv/bin/activate
|
||||||
pip3 install -r requirements.txt
|
pip3 install -r requirements.txt
|
||||||
|
conan profile detect --force -vquiet
|
||||||
conan install --requires 'b2/[*]' --build='*'
|
conan install --requires 'b2/[*]' --build='*'
|
||||||
cmake -S . -B build --preset Release
|
cmake -S . -B build --preset Release
|
||||||
cmake --build build -j12
|
cmake --build build -j12
|
||||||
|
|
Loading…
Reference in New Issue