chore(nix): clone git submodules automatically
Signed-off-by: Seth Flynn <getchoo@tuta.io> (cherry picked from commit 9b38226f8cb0e2f82bcb017c686fd03520990dd1)
This commit is contained in:
parent
b02718ee57
commit
da9c359184
@ -147,6 +147,8 @@
|
|||||||
echo "Sourcing ${qt-wrapper-env}"
|
echo "Sourcing ${qt-wrapper-env}"
|
||||||
source ${qt-wrapper-env}
|
source ${qt-wrapper-env}
|
||||||
|
|
||||||
|
git submodule update --init --force
|
||||||
|
|
||||||
if [ ! -f compile_commands.json ]; then
|
if [ ! -f compile_commands.json ]; then
|
||||||
cmakeConfigurePhase
|
cmakeConfigurePhase
|
||||||
cd ..
|
cd ..
|
||||||
|
Loading…
Reference in New Issue
Block a user