mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Copter: import new travis config
This commit is contained in:
parent
f5fb21b1d7
commit
0ad7a39db2
13
.travis.yml
13
.travis.yml
@ -4,7 +4,12 @@ before_install:
|
||||
- cd .. && ./ardupilot/Tools/scripts/install-prereqs-ubuntu.sh -y && . ~/.profile
|
||||
|
||||
script:
|
||||
- cd ./ardupilot/ArduCopter && make configure && make && make px4-v2
|
||||
- cd ../ArduPlane && make configure && make && make px4-v2
|
||||
- cd ../APMrover2 && make configure && make && make px4-v2
|
||||
- cd ../ArduCopter && make configure && make && make vrubrain-v51
|
||||
- cd ./ardupilot && Tools/scripts/build_all_travis.sh
|
||||
|
||||
notifications:
|
||||
webhooks:
|
||||
urls:
|
||||
- https://webhooks.gitter.im/e/e5e0b55e353e53945b4b
|
||||
on_success: change # options: [always|never|change] default: always
|
||||
on_failure: always # options: [always|never|change] default: always
|
||||
on_start: false # default: false
|
||||
|
Loading…
Reference in New Issue
Block a user