adds removal of SystemC package to Jenkinsfile
Some checks failed
SCC Test/pipeline/head Something is wrong with the build of this commit
Some checks failed
SCC Test/pipeline/head Something is wrong with the build of this commit
This commit is contained in:
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@@ -31,9 +31,10 @@ void checkout_project() {
|
|||||||
|
|
||||||
void build_n_test_project() {
|
void build_n_test_project() {
|
||||||
sh'''
|
sh'''
|
||||||
python3 -mvenv .venv
|
python3 -mvenv .venv
|
||||||
. .venv/bin/activate
|
. .venv/bin/activate
|
||||||
pip3 install -r requirements.txt
|
pip3 install -r requirements.txt
|
||||||
|
conan remove "systemc/*"
|
||||||
cmake -S . -B build --preset Release
|
cmake -S . -B build --preset Release
|
||||||
cmake --build build --target format-check
|
cmake --build build --target format-check
|
||||||
cmake --build build -j12
|
cmake --build build -j12
|
||||||
|
|||||||
Reference in New Issue
Block a user