enables clang-format step in Jenkinsfile
Some checks failed
SCC Test/pipeline/head There was a failure building this commit

This commit is contained in:
2025-11-26 07:44:38 +01:00
parent 1d4a805f1e
commit e2e35f6c1a

2
Jenkinsfile vendored
View File

@@ -35,7 +35,7 @@ void build_n_test_project() {
. .venv/bin/activate . .venv/bin/activate
pip3 install -r requirements.txt pip3 install -r requirements.txt
conan remove -c "systemc/*" conan remove -c "systemc/*"
cmake -S . -B build --preset Release -DCONAN_INSTALL_ARGS="--build=*" cmake -S . -B build --preset Release -DCONAN_INSTALL_ARGS="--build=*" -DENABLE_CLANG_FORMAT=ON
cmake --build build --target format-check cmake --build build --target format-check
cmake --build build -j12 cmake --build build -j12
cmake --build build --target test cmake --build build --target test