Browse Source

appveyor: only build px4_sitl_tests (avoid building SITL twice)

sbg
Daniel Agar 6 years ago
parent
commit
aec698ae44
  1. 2
      appveyor.yml

2
appveyor.yml

@ -41,7 +41,7 @@ build_script: @@ -41,7 +41,7 @@ build_script:
# fetch all submodules in parallel
- call bash --login -c "cd $repopath && git submodule -q update --init --recursive --jobs=10"
# make SITL
- call bash --login -c "cd $repopath && make px4_sitl_default"
- call bash --login -c "cd $repopath && make px4_sitl_test"
# make pixracer to check NuttX build
- call bash --login -c "cd $repopath && make px4_fmu-v4_default"
# run tests

Loading…
Cancel
Save