Skip to content
Snippets Groups Projects
Commit aec698ae authored by Daniel Agar's avatar Daniel Agar
Browse files

appveyor: only build px4_sitl_tests (avoid building SITL twice)

parent 986ff96c
No related branches found
No related tags found
No related merge requests found
...@@ -41,7 +41,7 @@ build_script: ...@@ -41,7 +41,7 @@ build_script:
# fetch all submodules in parallel # fetch all submodules in parallel
- call bash --login -c "cd $repopath && git submodule -q update --init --recursive --jobs=10" - call bash --login -c "cd $repopath && git submodule -q update --init --recursive --jobs=10"
# make SITL # 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 # make pixracer to check NuttX build
- call bash --login -c "cd $repopath && make px4_fmu-v4_default" - call bash --login -c "cd $repopath && make px4_fmu-v4_default"
# run tests # run tests
......
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