From aec698ae4463736c8d87c8ec9ffcfef25094c9bd Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Tue, 5 Feb 2019 11:57:05 -0500 Subject: [PATCH] appveyor: only build px4_sitl_tests (avoid building SITL twice) --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 01192b6718..6c9966edfe 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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