build: sort targets for GCS download

While at it, fix the trailing continuation line in the last item.
This commit is contained in:
Lucas De Marchi 2016-12-28 14:39:58 -08:00 committed by Daniel Agar
parent e3f7bbfd8c
commit fd91f998c4
1 changed files with 3 additions and 3 deletions

View File

@ -309,13 +309,13 @@ tests_coverage:
# QGroundControl flashable firmware (currently built by travis-ci)
qgc_firmware: \
check_aerofc-v1_default \
check_crazyflie_default \
check_mindpx-v2_default \
check_px4fmu-v1_default \
check_px4fmu-v2_default \
check_px4fmu-v3_default \
check_px4fmu-v4_default_and_uavcan \
check_crazyflie_default \
check_mindpx-v2_default \
check_tap-v1_default \
check_tap-v1_default
package_firmware:
@zip --junk-paths Firmware.zip `find Binaries/. -name \*.px4`