ardupilot/.travis.yml

70 lines
1.7 KiB
YAML
Raw Normal View History

2014-07-12 13:36:11 -03:00
language: cpp
sudo: false
addons:
2016-04-14 12:53:52 -03:00
apt:
sources:
- ubuntu-toolchain-r-test
# - llvm-toolchain-precise-3.7
2016-04-14 12:53:52 -03:00
packages:
- build-essential
- gawk
- genromfs
- libc6-i386
2016-10-16 06:30:59 -03:00
- libxml2-dev
- libxslt1-dev
2016-04-14 12:53:52 -03:00
- python-pip
- python-dev
- zlib1g-dev
- gcc-4.9
- g++-4.9
- cmake3
- cmake3-data
# - clang-3.7
# - llvm-3.7
2014-07-12 13:36:11 -03:00
2016-04-14 22:03:18 -03:00
cache:
ccache: false
2016-04-14 22:03:18 -03:00
directories:
- $HOME/opt
2014-07-12 13:36:11 -03:00
before_install:
2016-04-14 23:48:57 -03:00
- Tools/scripts/configure-ci.sh
2016-05-17 11:41:52 -03:00
- if [ "$TRAVIS_EVENT_TYPE" = "cron" ]; then export CI_CRON_JOB=1 ; fi
2015-11-24 22:26:41 -04:00
script:
- Tools/scripts/build_ci.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
compiler:
- gcc
# - clang
env:
global:
# 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:
fast_finish: true
include:
- if: type != cron
compiler: "gcc"
2018-09-14 07:12:01 -03:00
env: CI_BUILD_TARGET="px4-v2 revo-bootloader iofirmware"
- compiler: "gcc"
env: CI_BUILD_TARGET="px4-v4 revo-mini"
- if: type != cron
compiler: "gcc"
env: CI_BUILD_TARGET="sitltest-copter"
- if: type != cron
compiler: "gcc"
env: CI_BUILD_TARGET="sitltest-quadplane sitltest-plane sitltest-rover"