Tools: Auto-build blimp firmwares
This commit is contained in:
parent
d7c2331664
commit
24f8e03bf6
@ -582,6 +582,15 @@ is bob we will attempt to checkout bob-AVR'''
|
|||||||
"AP_Periph",
|
"AP_Periph",
|
||||||
"AP_Periph")
|
"AP_Periph")
|
||||||
|
|
||||||
|
def build_blimp(self, tag):
|
||||||
|
'''build Blimp binaries'''
|
||||||
|
boards = self.common_boards()
|
||||||
|
self.build_vehicle(tag,
|
||||||
|
"Blimp",
|
||||||
|
boards,
|
||||||
|
"Blimp",
|
||||||
|
"blimp")
|
||||||
|
|
||||||
def generate_manifest(self):
|
def generate_manifest(self):
|
||||||
'''generate manigest files for GCS to download'''
|
'''generate manigest files for GCS to download'''
|
||||||
self.progress("Generating manifest")
|
self.progress("Generating manifest")
|
||||||
@ -692,6 +701,7 @@ is bob we will attempt to checkout bob-AVR'''
|
|||||||
self.build_antennatracker(tag)
|
self.build_antennatracker(tag)
|
||||||
self.build_ardusub(tag)
|
self.build_ardusub(tag)
|
||||||
self.build_AP_Periph(tag)
|
self.build_AP_Periph(tag)
|
||||||
|
self.build_blimp(tag)
|
||||||
self.history.record_run(githash, tag, t0, time.time()-t0)
|
self.history.record_run(githash, tag, t0, time.time()-t0)
|
||||||
|
|
||||||
if os.path.exists(self.tmpdir):
|
if os.path.exists(self.tmpdir):
|
||||||
|
Loading…
Reference in New Issue
Block a user