Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f34d325

Browse files
committed
ci: run coverity during a nightly build run
1 parent 8a04ae6 commit f34d325

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.vsts-nightly.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
resources:
2+
- repo: self
3+
4+
phases:
5+
- phase: coverity
6+
displayName: 'Coverity'
7+
queue:
8+
name: 'Hosted Linux Preview'
9+
steps:
10+
- task: Docker@0
11+
displayName: Build
12+
inputs:
13+
action: 'Run an image'
14+
imageName: 'libgit2/trusty-openssl:latest'
15+
volumes: |
16+
$(Build.SourcesDirectory):/src
17+
$(Build.BinariesDirectory):/build
18+
envVars: |
19+
COVERITY_TOKEN=$(COVERITY_TOKEN)
20+
workDir: '/build'
21+
containerCommand: '/src/ci/coverity.sh'
22+
detached: false

0 commit comments

Comments
 (0)