Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a04ae6 commit f34d325Copy full SHA for f34d325
.vsts-nightly.yml
@@ -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