summaryrefslogtreecommitdiff
path: root/convey.yaml
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2019-11-04 08:55:48 -0600
committerGary Kramlich <grim@reaperworld.com>2019-11-04 08:55:48 -0600
commit7adef794984057b5c0d0da05ef606e22bcfadc94 (patch)
tree95dd8e2fe4ed76c5770ac64b4d7d8e85a94bf036 /convey.yaml
parent90b3174fec9575110d8c15aa868b3411d68728d4 (diff)
downloadpidgin-7adef794984057b5c0d0da05ef606e22bcfadc94.tar.gz
Add a scanbuild convey plan
Diffstat (limited to 'convey.yaml')
-rw-r--r--convey.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/convey.yaml b/convey.yaml
index 2505f37117..4b36c1b2ff 100644
--- a/convey.yaml
+++ b/convey.yaml
@@ -18,6 +18,7 @@ tasks:
type: convey/clean
files:
- pvs-studio
+ - scanbuild
export:
type: docker/export
@@ -51,6 +52,13 @@ plans:
- tasks: [export-target]
run: always
+ scanbuild:
+ environment: [TARGET=scanbuild]
+ stages:
+ - tasks: [import, build-target]
+ - tasks: [export-target]
+ run: always
+
subproject-build:
environment: [TARGET=subproject-build]
stages: