Files
bizhang_-obav/.travis.yml

36 lines
909 B
YAML
Raw Normal View History

language: cpp
2016-10-19 20:31:56 -04:00
git:
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:
fast_finish: true
2015-09-13 13:53:47 -04:00
include:
- os: linux
dist: xenial
# In order to stay under the coverity rate limit, we only run this weekly
# and not on push which is configured in travis-ci settings.
if: branch = master
2015-09-13 13:53:47 -04:00
before_install:
- echo -n | openssl s_client -connect scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca-
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
script:
- make
2017-01-02 23:34:45 -05:00
addons:
coverity_scan:
project:
name: "PX4/Firmware"
description: "Build submitted via Travis CI"
2017-01-02 23:34:45 -05:00
notification_email: ci@px4.io
build_command_prepend: "make distclean"
build_command: "make px4_sitl_default"
branch_pattern: coverity_scan