mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 04:53:36 +00:00
Shallow submodules clone in configure.sh
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
@@ -8,7 +8,7 @@ set -euo pipefail
|
|||||||
echo "Configuring the repository for development."
|
echo "Configuring the repository for development."
|
||||||
|
|
||||||
if [ ! -d 3party/boost/tools ]; then
|
if [ ! -d 3party/boost/tools ]; then
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive --depth 1
|
||||||
fi
|
fi
|
||||||
pushd 3party/boost/
|
pushd 3party/boost/
|
||||||
./bootstrap.sh
|
./bootstrap.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user