Skip to content

Commit

Permalink
travis: build and deploy new param files
Browse files Browse the repository at this point in the history
  • Loading branch information
jschall committed Feb 24, 2015
1 parent a81e86b commit bf9dacb
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,19 @@ before_install:
script:
- Tools/scripts/build_px4_v2_quad_travis.sh ${GITHUB_API_KEY}

before_deploy:
- pushd Tools/Frame_params/Solo && ./tools/build_solo_params.sh && popd

deploy:
provider: releases
api-key: ${GITHUB_API_KEY}
file:
- "ArduCopter/ArduCopter-v2.px4"
- "Tools/Frame_params/Solo.param"
- "Tools/Frame_params/Solo-minus.param"
- "Tools/Frame_params/Solo/Solo-TMprops.param"
- "Tools/Frame_params/Solo/Solo-APCprops.param"
- "Tools/Frame_params/Solo/Solo-minus.param"
- "Tools/Frame_params/Solo/Solo-TMprops-HCESCs.param"
- "Tools/Frame_params/Solo/PARAM_README.txt"
skip_cleanup: true
on:
tags: true
Expand Down

0 comments on commit bf9dacb

Please sign in to comment.