We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98840d7 commit a635575Copy full SHA for a635575
.github/workflows/sonar_cloud.yml
@@ -37,7 +37,10 @@ jobs:
37
run: |
38
cd scripts
39
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
+ ./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"
44
45
- name: Run sonar-scanner
46
env:
0 commit comments