Skip to content
This repository was archived by the owner on Dec 27, 2023. It is now read-only.

Commit a035c3a

Browse files
committed
Update .travis.yml
Experiment with Coverity Scan
1 parent f047458 commit a035c3a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.travis.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
language: csharp
22

3+
env:
4+
global:
5+
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
6+
# via the "travis encrypt" command using the project repo's public key
7+
- secure: "C1UKPXwk6qiUHaEOjvmOYJXY8HlQjPikJONVUxMjxDchHY99BdP6xu41u1Wyu9SHQkdeW7zppKPY5QDioMom6ejqTFVHpSLpy8+h8RqtLtBdJR4mHFPAWlBOIwwfubinXs47ivSUKhQDdSPitJFoFTZMab/4eWKTwcfBjrM55iI="
8+
9+
addons:
10+
coverity_scan:
11+
project:
12+
name: "Litipk/ColorSharp"
13+
description: "Build submitted via Travis CI"
14+
notification_email: [email protected]
15+
build_command_prepend:
16+
- msbuild /t:Clean
17+
- nuget restore ColorSharp.sln
18+
build_command: "msbuild /t:Rebuild"
19+
branch_pattern: coverity_scan
20+
321
solution: ColorSharp.sln
422

523
install:

0 commit comments

Comments
 (0)