|
|
|
@ -9,7 +9,7 @@ set -ex
@@ -9,7 +9,7 @@ set -ex
|
|
|
|
|
|
|
|
|
|
# If TRAVIS_BUILD_TARGET is not set, default to all of them |
|
|
|
|
if [ -z "$TRAVIS_BUILD_TARGET" ]; then |
|
|
|
|
TRAVIS_BUILD_TARGET="sitl linux navio raspilot minlure px4-v2 px4-v4" |
|
|
|
|
TRAVIS_BUILD_TARGET="sitl linux navio raspilot minlure bebop px4-v2 px4-v4" |
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
declare -A build_platforms |
|
|
|
@ -17,15 +17,16 @@ declare -A build_concurrency
@@ -17,15 +17,16 @@ declare -A build_concurrency
|
|
|
|
|
declare -A build_extra_clean |
|
|
|
|
declare -A waf_supported_boards |
|
|
|
|
|
|
|
|
|
build_platforms=( ["ArduPlane"]="navio raspilot minlure sitl linux px4-v2" |
|
|
|
|
["ArduCopter"]="navio raspilot minlure sitl linux px4-v2 px4-v4" |
|
|
|
|
["APMrover2"]="navio raspilot minlure sitl linux px4-v2" |
|
|
|
|
["AntennaTracker"]="navio raspilot minlure sitl linux px4-v2" |
|
|
|
|
build_platforms=( ["ArduPlane"]="navio raspilot minlure bebop sitl linux px4-v2" |
|
|
|
|
["ArduCopter"]="navio raspilot minlure bebop sitl linux px4-v2 px4-v4" |
|
|
|
|
["APMrover2"]="navio raspilot minlure bebop sitl linux px4-v2" |
|
|
|
|
["AntennaTracker"]="navio raspilot minlure bebop sitl linux px4-v2" |
|
|
|
|
["Tools/Replay"]="linux") |
|
|
|
|
|
|
|
|
|
build_concurrency=(["navio"]="-j2" |
|
|
|
|
["raspilot"]="-j2" |
|
|
|
|
["minlure"]="-j2" |
|
|
|
|
["bebop"]="-j2" |
|
|
|
|
["sitl"]="-j2" |
|
|
|
|
["linux"]="-j2" |
|
|
|
|
["px4-v2"]="" |
|
|
|
|