mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
appveyor: only build px4_sitl_tests (avoid building SITL twice)
This commit is contained in:
parent
986ff96c3e
commit
aec698ae44
@ -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…
x
Reference in New Issue
Block a user