Skip to content
Snippets Groups Projects
Commit 0ad7a39d authored by Andrew Tridgell's avatar Andrew Tridgell Committed by Randy Mackay
Browse files

Copter: import new travis config

parent f5fb21b1
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,12 @@ before_install: ...@@ -4,7 +4,12 @@ before_install:
- cd .. && ./ardupilot/Tools/scripts/install-prereqs-ubuntu.sh -y && . ~/.profile - cd .. && ./ardupilot/Tools/scripts/install-prereqs-ubuntu.sh -y && . ~/.profile
script: script:
- cd ./ardupilot/ArduCopter && make configure && make && make px4-v2 - cd ./ardupilot && Tools/scripts/build_all_travis.sh
- cd ../ArduPlane && make configure && make && make px4-v2
- cd ../APMrover2 && make configure && make && make px4-v2 notifications:
- cd ../ArduCopter && make configure && make && make vrubrain-v51 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment