Added init of git submodules in buildfake.sh
This commit is contained in:
parent
fdbfb3f1a1
commit
bb75a1e6e4
@ -10,20 +10,13 @@ export CXX=/usr/bin/clang++
|
|||||||
TOPDIR=$(pwd)
|
TOPDIR=$(pwd)
|
||||||
|
|
||||||
git config --global http.sslverify false
|
git config --global http.sslverify false
|
||||||
|
git submodule update --init --recursive
|
||||||
|
|
||||||
cd 3rdparty
|
cd 3rdparty
|
||||||
if [ ! -d ravenna-alsa-lkm ]; then
|
if [ ! -d ravenna-alsa-lkm ]; then
|
||||||
git clone --single-branch --branch aes67-daemon https://github.com/bondagit/ravenna-alsa-lkm.git
|
git clone --single-branch --branch aes67-daemon https://github.com/bondagit/ravenna-alsa-lkm.git
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -d cpp-httplib ]; then
|
|
||||||
git clone https://github.com/bondagit/cpp-httplib.git
|
|
||||||
cd cpp-httplib
|
|
||||||
git checkout 42f9f9107f87ad2ee04be117dbbadd621c449552
|
|
||||||
cd ..
|
|
||||||
fi
|
|
||||||
cd ..
|
|
||||||
|
|
||||||
cd daemon
|
cd daemon
|
||||||
echo "Building aes67-daemon ..."
|
echo "Building aes67-daemon ..."
|
||||||
cmake \
|
cmake \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user