Commit 5b38f75 1 parent c06061e commit 5b38f75 Copy full SHA for 5b38f75
File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 35
35
36
36
- name : Run build-wrapper
37
37
run : |
38
- mkdir build
39
- cmake -S compiler/extensions/cpp/runtime/src -B build
40
- build-wrapper-linux-x86-64 --out-dir ${{ env.BUILD_WRAPPER_OUT_DIR }} cmake --build build/ --config Release
38
+ build-wrapper-linux-x86-64 --out-dir ${{ env.BUILD_WRAPPER_OUT_DIR }} \
39
+ scripts/build.sh cpp zserio cpp_rt-linux64-gcc && scripts/release.sh
40
+ env :
41
+ CMAKE_EXTRA_ARGS : " -DCMAKE_BUILD_TYPE=Release"
42
+ CMAKE_BUILD_OPTIONS : " -j4"
41
43
42
44
- name : Run sonar-scanner
43
45
env :
Original file line number Diff line number Diff line change @@ -4,4 +4,6 @@ sonar.organization=ndsev
4
4
5
5
sonar.sources =compiler/extensions/cpp/runtime/src
6
6
7
+ sonar.tests =compiler/extensions/cpp/runtime/test
8
+
7
9
sonar.sourceEncoding =UTF-8
You can’t perform that action at this time.
0 commit comments