Skip to content

Commit

Permalink
travis: get PX4Firmware-solo for build
Browse files Browse the repository at this point in the history
  • Loading branch information
jschall committed Feb 20, 2015
1 parent 4f7540e commit 0966c09
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ before_install:
- APMDIR=$(pwd) && pushd .. && $APMDIR/Tools/scripts/install-travis-env.sh -y && . ~/.profile && popd

script:
- Tools/scripts/build_px4_v2_quad_travis.sh
- Tools/scripts/build_px4_v2_quad_travis.sh ${GITHUB_API_KEY}

deploy:
provider: releases
Expand Down
11 changes: 8 additions & 3 deletions Tools/scripts/build_px4_v2_quad_travis.sh
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
#!/bin/bash
# useful script to test all the different build types that we support.
# This helps when doing large merges
# Andrew Tridgell, November 2011

. config.mk

set -e
set -x

pushd ../PX4Firmware
set +x
git remote add solo https://$1@github.com/3drobotics/PX4Firmware-solo.git
set -x
git fetch solo
git checkout solo/master
popd

pushd ArduCopter
make configure
make clean
Expand Down

0 comments on commit 0966c09

Please sign in to comment.