Skip to content

Commit

Permalink
autotest: don't build examples for fmuv2
Browse files Browse the repository at this point in the history
needs extra defines as we kill features from it
  • Loading branch information
peterbarker authored and tridge committed Oct 11, 2023
1 parent 12f9fe9 commit 56e9be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/autotest/autotest.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def build_binaries():

def build_examples(**kwargs):
"""Build examples."""
for target in 'fmuv2', 'Pixhawk1', 'navio', 'linux':
for target in 'Pixhawk1', 'navio', 'linux':
print("Running build.examples for %s" % target)
try:
util.build_examples(target, **kwargs)
Expand Down

0 comments on commit 56e9be1

Please sign in to comment.