Add coverity scan badge

This commit is contained in:
Jordi Torres 2016-06-16 14:15:37 +02:00
parent dcc9b9f9be
commit 44609e903c
2 changed files with 4 additions and 4 deletions

View File

@ -20,17 +20,16 @@ matrix:
- $HOME/.ccache
compiler:
#- clang
- g++
- gcc
addons:
coverity_scan:
project:
name: "openscenegraph/OpenSceneGraph"
description: "OpenSceneGraph"
notification_email: robert@openscenegraph.com
description: "OpenSceneGraph build"
notification_email: robert@openscenegraph.com
build_command_prepend: "cmake -DCMAKE_BUILD_TYPE=Release ."
build_command: "make -j 3"
branch_pattern: coverity_scan
apt:
sources:
#- llvm-toolchain-precise-3.8

View File

@ -1,4 +1,5 @@
[![Build Status](https://travis-ci.org/openscenegraph/OpenSceneGraph.svg?branch=master)](https://travis-ci.org/openscenegraph/OpenSceneGraph)
[![Coverity Status](https://scan.coverity.com/projects/9159/badge.svg)](https://scan.coverity.com/projects/openscenegraph-openscenegraph)
### Introduction