adds removal of SystemC package to 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
@@ -34,7 +34,7 @@ void build_n_test_project() {
|
||||
python3 -mvenv .venv
|
||||
. .venv/bin/activate
|
||||
pip3 install -r requirements.txt
|
||||
conan remove "systemc/*"
|
||||
conan remove -c "systemc/*"
|
||||
cmake -S . -B build --preset Release
|
||||
cmake --build build --target format-check
|
||||
cmake --build build -j12
|
||||
|
||||
Reference in New Issue
Block a user