Skip to content
Snippets Groups Projects
Commit d2a23c85 authored by Matthias Grob's avatar Matthias Grob
Browse files

appveyor: let build system fetch submodules

parent cbb5a251
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment