File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
-
2
1
#! /bin/bash
3
2
set -x
3
+ set -e
4
4
# #############################
5
5
GITHUB_WORKSPACE=" ${PWD} "
6
6
ls -la ${GITHUB_WORKSPACE}
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
set -x
3
+ set -e
3
4
# #############################
4
5
GITHUB_WORKSPACE=" ${PWD} "
5
6
ls -la ${GITHUB_WORKSPACE}
@@ -17,11 +18,11 @@ cmake -G Ninja -S "$GITHUB_WORKSPACE" -B build/entservices-inputoutput \
17
18
-DCMAKE_DISABLE_FIND_PACKAGE_IARMBus=ON \
18
19
-DCMAKE_DISABLE_FIND_PACKAGE_RFC=ON \
19
20
-DCMAKE_DISABLE_FIND_PACKAGE_DS=ON \
21
+ -DCMAKE_DISABLE_FIND_PACKAGE_CEC=ON \
20
22
-DCOMCAST_CONFIG=OFF \
21
23
-DRDK_SERVICES_COVERITY=ON \
22
24
-DRDK_SERVICES_L1_TEST=ON \
23
25
-DDS_FOUND=ON \
24
- -DPLUGIN_HDMICECSINK=ON \
25
26
-DPLUGIN_HDMICECSOURCE=ON \
26
27
-DPLUGIN_HDCPPROFILE=ON \
27
28
-DCMAKE_CXX_FLAGS=" -DEXCEPTIONS_ENABLE=ON \
You can’t perform that action at this time.
0 commit comments