File tree Expand file tree Collapse file tree 2 files changed +35
-50
lines changed Expand file tree Collapse file tree 2 files changed +35
-50
lines changed Original file line number Diff line number Diff line change 1
- language : cpp
2
-
3
- os :
4
- - linux
5
- - osx
6
-
7
- compiler :
8
- - gcc
9
- - clang
10
-
11
- before_script :
12
- - mkdir build
13
- - cd build
14
- - cmake ..
15
-
16
- script :
17
- - make
18
- - ctest -VV
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 :
[email protected]
32
- build_command_prepend : " ./configure; make clean"
33
- build_command : " make -j 4"
34
- branch_pattern : coverity_scan
1
+ language : cpp
2
+
3
+ os :
4
+ - linux
5
+ - osx
6
+
7
+ compiler :
8
+ - gcc
9
+ - clang
10
+
11
+ before_script :
12
+ - mkdir build
13
+ - cd build
14
+ - cmake ..
15
+
16
+ script :
17
+ - make
18
+ - ctest -VV
19
+
Original file line number Diff line number Diff line change 1
- cpp-net-framework
2
- ================================
3
-
4
- This directory and its subdirectories contain source code for cpp-net-framework,
5
- a library for the construction of C++ applications using a C++ .NET Framework
6
-
7
- cpp-net-framework is open source software. You may freely distribute it under the terms of
8
- the license agreement found in LICENSE.txt.
9
-
10
- Goals and Tasks
11
- ================================
12
-
13
- Flush out C++ classes to provide as much of the .NET Framework API as possible
14
- Add documentation explaining how to use cpp-net-framework
15
-
16
-
1
+ cpp-net-framework
2
+ ================================
3
+
4
+ This directory and its subdirectories contain source code for cpp-net-framework,
5
+ a library for the construction of C++ applications using a C++ .NET Framework
6
+
7
+ cpp-net-framework is open source software. You may freely distribute it under the terms of
8
+ the license agreement found in LICENSE.txt.
9
+
10
+ Goals and Tasks
11
+ ================================
12
+
13
+ Flush out C++ classes to provide as much of the .NET Framework API as possible
14
+ Add documentation explaining how to use cpp-net-framework
15
+
16
+
You can’t perform that action at this time.
0 commit comments