Merge branch 'coverity_scan'

This commit is contained in:
Robert Osfield
2016-06-17 10:17:18 +01:00
2 changed files with 5 additions and 5 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
build_command_prepend: "mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Release -DOSG_USE_AGGRESSIVE_WARNINGS=0 .."
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