2016-11-05 08:02:25 -03:00
|
|
|
dist: trusty
|
2014-07-12 13:36:11 -03:00
|
|
|
language: cpp
|
2015-04-11 01:59:11 -03:00
|
|
|
sudo: required
|
2014-07-12 13:36:11 -03:00
|
|
|
|
|
|
|
before_install:
|
2015-02-08 07:00:10 -04:00
|
|
|
- APMDIR=$(pwd) && pushd .. && $APMDIR/Tools/scripts/install-travis-env.sh -y && . ~/.profile && popd
|
2014-07-12 13:36:11 -03:00
|
|
|
|
|
|
|
script:
|
2015-01-07 18:09:05 -04:00
|
|
|
- Tools/scripts/build_all_travis.sh
|
2014-12-31 18:43:16 -04:00
|
|
|
|
|
|
|
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
|
2015-06-02 17:44:17 -03:00
|
|
|
|
|
|
|
env:
|
|
|
|
global:
|
2015-06-11 19:56:15 -03:00
|
|
|
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
|
|
|
|
# via the "travis encrypt" command using the project repo's public key
|
|
|
|
- secure: "FjIwqZQV2FhNPWYITX5LZXTE38yYqBaQdbm3QmbEg/30wnPTm1ZOLIU7o/aSvX615ImR8kHoryvFPDQDWc6wWfqTEs3Ytq2kIvcIJS2Y5l/0PFfpWJoH5gRd6hDThnoi+1oVMLvj1+bhn4yFlCCQ2vT/jxoGfiQqqgvHtv4fLzI="
|
|
|
|
matrix:
|
2016-11-05 08:02:25 -03:00
|
|
|
- TRAVIS_BUILD_TARGET="sitl apm2 apm1"
|
2015-06-02 17:44:17 -03:00
|
|
|
|
|
|
|
addons:
|
|
|
|
coverity_scan:
|
|
|
|
project:
|
|
|
|
name: "diydrones/ardupilot"
|
|
|
|
description: "Build submitted via Travis CI"
|
|
|
|
notification_email: andrew-scan@tridgell.net
|
|
|
|
build_command_prepend: "make clean"
|
2015-06-20 04:03:15 -03:00
|
|
|
build_command: "make"
|
2015-06-02 17:44:17 -03:00
|
|
|
branch_pattern: coverity_scan
|