forces conan to rebuild all packages in Jenkinsfile
Some checks failed
SCC Test/pipeline/head There was a failure building this commit
Some checks failed
SCC Test/pipeline/head There was a failure building this commit
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -35,7 +35,7 @@ void build_n_test_project() {
|
||||
. .venv/bin/activate
|
||||
pip3 install -r requirements.txt
|
||||
conan remove -c "systemc/*"
|
||||
cmake -S . -B build --preset Release -DCONAN_INSTALL_ARGS="--build=all"
|
||||
cmake -S . -B build --preset Release -DCONAN_INSTALL_ARGS="--build=*"
|
||||
cmake --build build --target format-check
|
||||
cmake --build build -j12
|
||||
cmake --build build --target test
|
||||
|
||||
Reference in New Issue
Block a user