Commit 892be4c4 by Edward Thomson Committed by Patrick Steinhardt

ci: run coverity from a nightly VSTS build

(cherry picked from commit d076db11)
parent 15256b7b
resources:
- repo: self
phases:
- phase: coverity
displayName: 'Coverity'
queue:
name: 'Hosted Linux Preview'
steps:
- task: Docker@0
displayName: Build
inputs:
action: 'Run an image'
imageName: 'libgit2/trusty-openssl:latest'
volumes: |
$(Build.SourcesDirectory):/src
$(Build.BinariesDirectory):/build
envVars: |
COVERITY_TOKEN=$(COVERITY_TOKEN)
workDir: '/build'
containerCommand: '/src/ci/coverity.sh'
detached: false
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment