mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-27 10:17:45 +08:00
Automate initial submodule update
This commit is contained in:
@@ -6,6 +6,13 @@
|
|||||||
exit 0
|
exit 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if [ -f src/modules/uavcan/libuavcan/CMakeLists.txt ]
|
||||||
|
then
|
||||||
|
echo "Git submodule config valid."
|
||||||
|
else
|
||||||
|
git submodule update --init --recursive
|
||||||
|
fi
|
||||||
|
|
||||||
GITSTATUS=$(git status)
|
GITSTATUS=$(git status)
|
||||||
|
|
||||||
function check_git_submodule {
|
function check_git_submodule {
|
||||||
|
|||||||
Reference in New Issue
Block a user