2014-12-20 18:54:35 +01:00
|
|
|
language: cpp
|
|
|
|
|
|
2016-10-19 20:31:56 -04:00
|
|
|
git:
|
2018-08-01 10:18:26 -04:00
|
|
|
depth: 100
|
2017-04-23 21:56:29 -04:00
|
|
|
submodules: false
|
2016-10-19 20:31:56 -04:00
|
|
|
|
2015-09-13 13:53:47 -04:00
|
|
|
matrix:
|
2015-10-18 16:10:33 +02:00
|
|
|
fast_finish: true
|
2015-09-13 13:53:47 -04:00
|
|
|
include:
|
2018-08-01 13:50:42 -04:00
|
|
|
- os: linux
|
2017-10-20 09:20:30 -04:00
|
|
|
if: branch = coverity_scan
|
2015-04-17 22:12:44 -04:00
|
|
|
|
2015-09-13 13:53:47 -04:00
|
|
|
before_install:
|
2018-08-01 10:18:26 -04:00
|
|
|
- echo -n | openssl s_client -connect scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca-
|
2014-12-21 17:01:26 +01:00
|
|
|
|
2018-08-01 10:18:26 -04:00
|
|
|
install:
|
|
|
|
|
- export PATH=$HOME/.local/bin:$PATH
|
|
|
|
|
- pip install --user --upgrade pip
|
|
|
|
|
- pip install --user -r Tools/setup/requirements.txt
|
2015-09-10 02:21:40 -04:00
|
|
|
|
2018-08-01 10:18:26 -04:00
|
|
|
script:
|
|
|
|
|
- make
|
2014-12-21 17:01:26 +01:00
|
|
|
|
2017-01-02 23:34:45 -05:00
|
|
|
addons:
|
|
|
|
|
coverity_scan:
|
|
|
|
|
project:
|
2017-10-20 09:20:30 -04:00
|
|
|
name: "PX4/Firmware"
|
|
|
|
|
description: "Build submitted via Travis CI"
|
2017-01-02 23:34:45 -05:00
|
|
|
notification_email: ci@px4.io
|
2017-10-20 09:20:30 -04:00
|
|
|
build_command_prepend: "make distclean"
|
2018-11-21 23:27:21 -05:00
|
|
|
build_command: "make px4_sitl_default"
|
2017-10-20 09:20:30 -04:00
|
|
|
branch_pattern: coverity_scan
|