File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -17,3 +17,18 @@ script:
17
17
- make
18
18
- ctest -VV
19
19
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
Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ An experimental .NET Framework for C++
3
3
4
4
[ ![ Build Status] ( https://travis-ci.org/mydeveloperday/cpp-net-framework.svg?branch=master )] ( https://travis-ci.org/mydeveloperday/cpp-net-framework )
5
5
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
+
6
11
## Introduction
7
12
8
13
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.
You can’t perform that action at this time.
0 commit comments