pidgin/pidgin

Add a scanbuild convey plan

2019-11-04, Gary Kramlich
0bedbacffa83
Parents 00a9ef389aab
Children 1d0c0fab2b72
Add a scanbuild convey plan
  • +8 -0
    convey.yaml
  • --- a/convey.yaml Mon Nov 04 14:43:49 2019 +0300
    +++ b/convey.yaml Mon Nov 04 08:55:48 2019 -0600
    @@ -18,6 +18,7 @@
    type: convey/clean
    files:
    - pvs-studio
    + - scanbuild
    export:
    type: docker/export
    @@ -51,6 +52,13 @@
    - 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: