Skip to content

Commit a635575

Browse files
committed
Fix
1 parent 98840d7 commit a635575

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/sonar_cloud.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,10 @@ jobs:
3737
run: |
3838
cd scripts
3939
build-wrapper-linux-x86-64 --out-dir ${{ env.BUILD_WRAPPER_OUT_DIR }} \
40-
./build.sh zserio cpp_rt-linux64-gcc && ./release.sh && ./test.sh cpp-linux64-gcc
40+
./build.sh cpp zserio cpp_rt-linux64-gcc && ./release.sh && ./test.sh cpp-linux64-gcc
41+
env:
42+
CMAKE_EXTRA_ARGS: "-DCMAKE_BUILD_TYPE=Release"
43+
CMAKE_BUILD_OPTIONS: "-j4"
4144

4245
- name: Run sonar-scanner
4346
env:

0 commit comments

Comments
 (0)