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
08d71f72
Commit
08d71f72
authored
Jan 27, 2019
by
Edward Thomson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: return coverity to the nightlies
parent
b1e28625
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
21 deletions
+19
-21
azure-pipelines/coverity.yml
+0
-21
azure-pipelines/nightly.yml
+19
-0
No files found.
azure-pipelines/coverity.yml
deleted
100644 → 0
View file @
b1e28625
resources
:
-
repo
:
self
-
job
:
coverity
displayName
:
'
Coverity'
pool
:
vmImage
:
'
Ubuntu
16.04'
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
azure-pipelines/nightly.yml
View file @
08d71f72
...
@@ -186,3 +186,22 @@ jobs:
...
@@ -186,3 +186,22 @@ jobs:
CMAKE_OPTIONS=-DUSE_HTTPS=OpenSSL
CMAKE_OPTIONS=-DUSE_HTTPS=OpenSSL
RUN_INVASIVE_TESTS=true
RUN_INVASIVE_TESTS=true
SKIP_PROXY_TESTS=true
SKIP_PROXY_TESTS=true
-
job
:
coverity
displayName
:
'
Coverity'
pool
:
vmImage
:
'
Ubuntu
16.04'
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