Skip to content

Commit

Permalink
travis-ci enable coverity_scan
Browse files Browse the repository at this point in the history
  • Loading branch information
dagar committed May 5, 2018
1 parent aceab8c commit 0f12db5
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@

sudo: required

services:
- docker

language: cpp

matrix:
fast_finish: true
include:
- env: BUILD_TARGET=coverity_scan
dist: trusty
if: branch = coverity_scan

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-

addons:
coverity_scan:
project:
name: "PX4/ecl"
description: "Build submitted via Travis CI"
notification_email: [email protected]
build_command_prepend: "make distclean"
build_command: "make"
branch_pattern: coverity_scan

0 comments on commit 0f12db5

Please sign in to comment.