Add coverity scan badge
This commit is contained in:
parent
dcc9b9f9be
commit
44609e903c
@ -20,17 +20,16 @@ matrix:
|
|||||||
- $HOME/.ccache
|
- $HOME/.ccache
|
||||||
compiler:
|
compiler:
|
||||||
#- clang
|
#- clang
|
||||||
- g++
|
- gcc
|
||||||
addons:
|
addons:
|
||||||
coverity_scan:
|
coverity_scan:
|
||||||
project:
|
project:
|
||||||
name: "openscenegraph/OpenSceneGraph"
|
name: "openscenegraph/OpenSceneGraph"
|
||||||
description: "OpenSceneGraph"
|
description: "OpenSceneGraph build"
|
||||||
notification_email: robert@openscenegraph.com
|
notification_email: robert@openscenegraph.com
|
||||||
build_command_prepend: "cmake -DCMAKE_BUILD_TYPE=Release ."
|
build_command_prepend: "cmake -DCMAKE_BUILD_TYPE=Release ."
|
||||||
build_command: "make -j 3"
|
build_command: "make -j 3"
|
||||||
branch_pattern: coverity_scan
|
branch_pattern: coverity_scan
|
||||||
|
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
#- llvm-toolchain-precise-3.8
|
#- llvm-toolchain-precise-3.8
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
[![Build Status](https://travis-ci.org/openscenegraph/OpenSceneGraph.svg?branch=master)](https://travis-ci.org/openscenegraph/OpenSceneGraph)
|
[![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
|
### Introduction
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user