From a6355754e19bfa946518cdebc6a61eaf67dd2d0b Mon Sep 17 00:00:00 2001 From: Miki Rozloznik Date: Tue, 9 Apr 2024 15:44:25 +0200 Subject: [PATCH] Fix --- .github/workflows/sonar_cloud.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sonar_cloud.yml b/.github/workflows/sonar_cloud.yml index 74d68655c..a74edc310 100644 --- a/.github/workflows/sonar_cloud.yml +++ b/.github/workflows/sonar_cloud.yml @@ -37,7 +37,10 @@ jobs: run: | cd scripts build-wrapper-linux-x86-64 --out-dir ${{ env.BUILD_WRAPPER_OUT_DIR }} \ - ./build.sh zserio cpp_rt-linux64-gcc && ./release.sh && ./test.sh cpp-linux64-gcc + ./build.sh cpp zserio cpp_rt-linux64-gcc && ./release.sh && ./test.sh cpp-linux64-gcc + env: + CMAKE_EXTRA_ARGS: "-DCMAKE_BUILD_TYPE=Release" + CMAKE_BUILD_OPTIONS: "-j4" - name: Run sonar-scanner env: