mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
Travis: added px4-v4 to the travis build
This commit is contained in:
parent
af82ca3c43
commit
672fc86d44
@ -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"
|
||||
TRAVIS_BUILD_TARGET="sitl linux navio raspilot minlure px4-v2 px4-v4"
|
||||
fi
|
||||
|
||||
declare -A build_platforms
|
||||
@ -17,7 +17,7 @@ declare -A build_concurrency
|
||||
declare -A build_extra_clean
|
||||
|
||||
build_platforms=( ["ArduPlane"]="navio raspilot minlure sitl linux px4-v2"
|
||||
["ArduCopter"]="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"
|
||||
["Tools/Replay"]="linux")
|
||||
@ -27,7 +27,8 @@ build_concurrency=(["navio"]="-j2"
|
||||
["minlure"]="-j2"
|
||||
["sitl"]="-j2"
|
||||
["linux"]="-j2"
|
||||
["px4-v2"]="")
|
||||
["px4-v2"]=""
|
||||
["px4-v4"]="")
|
||||
|
||||
build_extra_clean=(["px4-v2"]="make px4-cleandep")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user