Tools: build_binaries.py: build SITL binaries for x86_64-linux-gnu and arm-linux-gnueabihf

This commit is contained in:
Peter Barker 2019-03-14 19:40:35 +11:00 committed by Peter Barker
parent 780e0e2eba
commit ca81cd0f1b
1 changed files with 5 additions and 1 deletions

View File

@ -545,7 +545,11 @@ is bob we will attempt to checkout bob-AVR'''
"TBS-Colibri-F7",
"Pixhawk4Pro",
"CubeOrange",
"CubeYellow"]
"CubeYellow",
# SITL targets
"SITL_x86_64_linux_gnu",
"SITL_arm_linux_gnueabihf",
]
def build_arducopter(self, tag):
'''build Copter binaries'''