summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2019-01-27 22:46:53 +0000
committerGitHub <noreply@github.com>2019-01-27 22:46:53 +0000
commit92b52f365194b0105a0ea93f1c0d7a711164e0c9 (patch)
tree423f99fa072f16acd1128e8e46d624f0a4b65025
parentb1e286254a17fe2801979cd6d1f64eac77b2801d (diff)
parent08d71f72dd231b64ef30cc462723db6714b94513 (diff)
downloadlibgit2-92b52f365194b0105a0ea93f1c0d7a711164e0c9.tar.gz
Merge pull request #4962 from libgit2/ethomson/ci_nightly
ci: return coverity to the nightlies
-rw-r--r--azure-pipelines/coverity.yml21
-rw-r--r--azure-pipelines/nightly.yml19
2 files changed, 19 insertions, 21 deletions
diff --git a/azure-pipelines/coverity.yml b/azure-pipelines/coverity.yml
deleted file mode 100644
index 36efdbe8e..000000000
--- a/azure-pipelines/coverity.yml
+++ /dev/null
@@ -1,21 +0,0 @@
-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
diff --git a/azure-pipelines/nightly.yml b/azure-pipelines/nightly.yml
index 1d34a14df..de7da9677 100644
--- a/azure-pipelines/nightly.yml
+++ b/azure-pipelines/nightly.yml
@@ -186,3 +186,22 @@ jobs:
CMAKE_OPTIONS=-DUSE_HTTPS=OpenSSL
RUN_INVASIVE_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