mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Travis: add minlure target
This commit is contained in:
parent
9eaf7c5660
commit
ddc3988b4a
@ -22,7 +22,7 @@ env:
|
||||
- secure: "FjIwqZQV2FhNPWYITX5LZXTE38yYqBaQdbm3QmbEg/30wnPTm1ZOLIU7o/aSvX615ImR8kHoryvFPDQDWc6wWfqTEs3Ytq2kIvcIJS2Y5l/0PFfpWJoH5gRd6hDThnoi+1oVMLvj1+bhn4yFlCCQ2vT/jxoGfiQqqgvHtv4fLzI="
|
||||
matrix:
|
||||
- TRAVIS_BUILD_TARGET="px4-v2"
|
||||
- TRAVIS_BUILD_TARGET="sitl linux navio raspilot"
|
||||
- TRAVIS_BUILD_TARGET="sitl linux navio raspilot minlure"
|
||||
|
||||
addons:
|
||||
coverity_scan:
|
||||
|
@ -12,21 +12,22 @@ set -x
|
||||
|
||||
# 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 px4-v2"
|
||||
TRAVIS_BUILD_TARGET="sitl linux navio raspilot minlure px4-v2"
|
||||
fi
|
||||
|
||||
declare -A build_platforms
|
||||
declare -A build_concurrency
|
||||
declare -A build_extra_clean
|
||||
|
||||
build_platforms=( ["ArduPlane"]="navio raspilot sitl linux px4-v2"
|
||||
["ArduCopter"]="navio raspilot sitl linux px4-v2"
|
||||
["APMrover2"]="navio raspilot sitl linux px4-v2"
|
||||
["AntennaTracker"]="navio raspilot sitl linux px4-v2"
|
||||
build_platforms=( ["ArduPlane"]="navio raspilot minlure sitl linux px4-v2"
|
||||
["ArduCopter"]="navio raspilot minlure sitl linux px4-v2"
|
||||
["APMrover2"]="navio raspilot minlure sitl linux px4-v2"
|
||||
["AntennaTracker"]="navio raspilot minlure sitl linux px4-v2"
|
||||
["Tools/Replay"]="linux")
|
||||
|
||||
build_concurrency=(["navio"]="-j2"
|
||||
["raspilot"]="-j2"
|
||||
["minlure"]="-j2"
|
||||
["sitl"]="-j2"
|
||||
["linux"]="-j2"
|
||||
["px4-v2"]="")
|
||||
|
Loading…
Reference in New Issue
Block a user