Skip to content

Commit 51d1b65

Browse files
[tool] setup for coverity_scan
1 parent 5f2a04f commit 51d1b65

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.travis.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,18 @@ script:
1717
- make
1818
- ctest -VV
1919

20+
env:
21+
global:
22+
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
23+
# via the "travis encrypt" command using the project repo's public key
24+
- secure: "Nn/0vOtTfb5ETN6uN8hA6MiKYAYCIGJ6WJwKL+5inRp8jMe9VjeZqHHgQPGB4IM/ryBEJtGJF8grykkjx2WPFI4vTkVWiAVQD8Hk4iVcdDHffk+Z5SNGE+y8ex8WCzHKdsa36y1m2FTCtnYtH2Wl37E5gXlCL2kMrEz3F9FA+icHsMDt+U1TodXtApd1kW5OyLxlrbTqGy7bx61vgnxU86a+QDpfaycnfX1H564M00nlLOPq2rIkYIxVgxoZ72ruTW/pJ+dOaHvIdJ5OMaR0uxIE7rT0utgWXMfOkG0EN8lDrRptvxpRktTRVHbU9h3JqKCCU0hQF2NgAJR8fKfHxxuinuuGHADOSoMruTI6UUT6U+mVwGlccH562rYFfEGI60882OSvttBIW4P0zvx7eZAWPKtesmwuXIlMeYmJwI4iNnSJsa6qokfm+f9OGyeU4PjZBK1Q60BYxTFQPSqwlmUmN2VspGaK26RI3fVapOOOA6LgprqyHpt7iVW+mrI/d2PJ9IYPqUT17N1qTP5e6o3g6sgzOXTpKonsVbTZMn9eYkASZ8YQ1ZdOgowCVmwcbAivbcYatascGMRyypa03cuNCY8L8AYtl05e+y69KkTl9sPHM7kckvqh2s+8xLaSlUBNF2HIqa6yqZ8uRehTCblQlBlZXRWnpTIrjfoTSVE="
25+
26+
addons:
27+
coverity_scan:
28+
project:
29+
name: "mydeveloperday/cpp-net-framework"
30+
description: "Build submitted via Travis CI"
31+
notification_email: mydeveloperday@gmail.com
32+
build_command_prepend: "./configure; make clean"
33+
build_command: "make -j 4"
34+
branch_pattern: coverity_scan

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ An experimental .NET Framework for C++
33

44
[![Build Status](https://travis-ci.org/mydeveloperday/cpp-net-framework.svg?branch=master)](https://travis-ci.org/mydeveloperday/cpp-net-framework)
55

6+
<a href="https://scan.coverity.com/projects/mydeveloperday-cpp-net-framework">
7+
<img alt="Coverity Scan Build Status"
8+
src="https://scan.coverity.com/projects/7174/badge.svg"/>
9+
</a>
10+
611
## Introduction
712

813
cpp-net-framework is an experimental C++ implementation of the .NET Framework, its purpose is to bring the power of the .NET Framework for use within C++ applications.

0 commit comments

Comments
 (0)