Commit c06061e 1 parent 8785107 commit c06061e Copy full SHA for c06061e
File tree 2 files changed +3
-7
lines changed
2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 35
35
36
36
- name : Run build-wrapper
37
37
run : |
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 && scripts/test.sh cpp-linux64-gcc
40
- env :
41
- CMAKE_EXTRA_ARGS : " -DCMAKE_BUILD_TYPE=Release"
42
- CMAKE_BUILD_OPTIONS : " -j4"
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
43
41
44
42
- name : Run sonar-scanner
45
43
env :
Original file line number Diff line number Diff line change @@ -4,6 +4,4 @@ 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
-
9
7
sonar.sourceEncoding =UTF-8
You can’t perform that action at this time.
0 commit comments