From d2a23c851266a1f9a9a706db3d72b316eb4db1f9 Mon Sep 17 00:00:00 2001 From: Matthias Grob Date: Sun, 7 Apr 2019 15:55:10 +0200 Subject: [PATCH] appveyor: let build system fetch submodules --- appveyor.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 86e201b6cc..838aaa9155 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -43,8 +43,6 @@ build_script: - call C:\PX4\toolchain\scripts\setup-environment.bat x # safe the repopath for switching to it in cygwin bash - for /f %%i in ('cygpath -u %%CD%%') do set repopath=%%i -# fetch all submodules in parallel with limited depth -#- call bash --login -c "cd $repopath && git submodule -q update --init --recursive --jobs=10 --depth 200" # build the make target - call bash --login -c "cd $repopath && make $PX4_CONFIG"