appveyor: only build px4_sitl_tests (avoid building SITL twice)

This commit is contained in:
Daniel Agar 2019-02-05 11:57:05 -05:00
parent 986ff96c3e
commit aec698ae44

View File

@ -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