Skip to content

Commit f76c627

Browse files
authored
RDK-55373:[RDKServices] Coverity integration with middleware component workflow (#94)
Reason for change: Coverity integration with middleware component workflow Test Procedure: Verify checks in github Risks: Low Signed-off-by:AkshayKumar_Gampa <[email protected]>
1 parent 2019c9f commit f76c627

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build_dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
21
#!/bin/bash
32
set -x
3+
set -e
44
##############################
55
GITHUB_WORKSPACE="${PWD}"
66
ls -la ${GITHUB_WORKSPACE}

cov_build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/bin/bash
22
set -x
3+
set -e
34
##############################
45
GITHUB_WORKSPACE="${PWD}"
56
ls -la ${GITHUB_WORKSPACE}
@@ -17,11 +18,11 @@ cmake -G Ninja -S "$GITHUB_WORKSPACE" -B build/entservices-inputoutput \
1718
-DCMAKE_DISABLE_FIND_PACKAGE_IARMBus=ON \
1819
-DCMAKE_DISABLE_FIND_PACKAGE_RFC=ON \
1920
-DCMAKE_DISABLE_FIND_PACKAGE_DS=ON \
21+
-DCMAKE_DISABLE_FIND_PACKAGE_CEC=ON \
2022
-DCOMCAST_CONFIG=OFF \
2123
-DRDK_SERVICES_COVERITY=ON \
2224
-DRDK_SERVICES_L1_TEST=ON \
2325
-DDS_FOUND=ON \
24-
-DPLUGIN_HDMICECSINK=ON \
2526
-DPLUGIN_HDMICECSOURCE=ON \
2627
-DPLUGIN_HDCPPROFILE=ON \
2728
-DCMAKE_CXX_FLAGS="-DEXCEPTIONS_ENABLE=ON \

0 commit comments

Comments
 (0)