We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97bea1a commit 7c316d2Copy full SHA for 7c316d2
1 file changed
cov_build.sh
@@ -9,12 +9,6 @@ cd $ROOT
9
git clone https://github.com/rdkcentral/rbus
10
cmake -Hrbus -Bbuild/rbus -DBUILD_FOR_DESKTOP=ON -DCMAKE_BUILD_TYPE=Debug
11
make -C build/rbus && make -C build/rbus install
12
-git clone https://github.com/djbclark/directfb-core-DirectFB.git
13
-#Build dbus
14
-git clone -b master https://github.com/d-bus/dbus.git
15
-cmake -Hdbus -Bbuild/dbus -DBUILD_FOR_DESKTOP=ON -DCMAKE_BUILD_TYPE=Debug
16
-make -C build/dbus && make -C build/dbus install
17
-
18
#Build wdmp-c
19
git clone https://github.com/xmidt-org/wdmp-c.git
20
cd wdmp-c
0 commit comments