Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
git2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
git2
Commits
892be4c4
Commit
892be4c4
authored
Jul 29, 2018
by
Edward Thomson
Committed by
Patrick Steinhardt
Oct 26, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: run coverity from a nightly VSTS build
(cherry picked from commit
d076db11
)
parent
15256b7b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
+22
-0
.vsts-nightly.yml
+22
-0
No files found.
.vsts-nightly.yml
0 → 100644
View file @
892be4c4
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment