mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-25 00:05:34 +08:00
Travis CI: Fix YML format
This commit is contained in:
+6
-5
@@ -18,6 +18,7 @@ before_script:
|
||||
- . ~/.profile
|
||||
- popd
|
||||
- arm-none-eabi-gcc --version
|
||||
|
||||
git:
|
||||
depth: 500
|
||||
|
||||
@@ -25,13 +26,13 @@ script:
|
||||
- make testbuild
|
||||
- make tests
|
||||
|
||||
deploy:
|
||||
deploy:
|
||||
provider: releases
|
||||
api_key:
|
||||
secure: cdHWLRBxA5UlYpOS0Sp891QK7PFmMgQ5ZWs1aPt+sw0rIrowyWMHCwXNBEdUqaExHYNYgXCUDI0EzNgfB7ZcR63Qv1MQeoyamV4jsxlyAqDqmxNtWO82S6RhHGeMLk26VgFKzynVcEk1IYlQP2nqzMQLdu+jTrngERuAIrCdRuc=
|
||||
file:
|
||||
- Images/px4fmu-v1_default.px4
|
||||
- Images/px4fmu-v2_default.px4
|
||||
- Images/aerocore_default.px4
|
||||
file: "Images/px4fmu-v2_default.px4"
|
||||
skip_cleanup: true
|
||||
on:
|
||||
tags: true
|
||||
all_branches: true
|
||||
repo: PX4/Firmware
|
||||
|
||||
Reference in New Issue
Block a user