Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mikir committed Apr 9, 2024
1 parent 98840d7 commit a635575
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/sonar_cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a635575

Please sign in to comment.