gplugin/gplugin

Add support for coverity
feature/convey
2017-06-15, Gary Kramlich
d19877a8b9fc
Parents 3c28df3b32c0
Children c637f8b59e87
Add support for coverity
  • +15 -1
    convey.yml
  • --- a/convey.yml Thu Jun 15 23:18:58 2017 -0500
    +++ b/convey.yml Thu Jun 15 23:51:27 2017 -0500
    @@ -8,7 +8,15 @@
    export-debian-stretch-amd64:
    type: export
    files:
    - - debian-stretch-amd64:packages/debian-stretch-amd64
    + - debian-stretch-amd64:artifacts/debian-stretch-amd64
    +
    + build-coverity:
    + image: gplugin/builder:coverity
    + export-coverity:
    + type: export
    + files:
    + - coverity:artifacts/coverity
    +
    plans:
    debian-stretch-amd64:
    stages:
    @@ -16,6 +24,12 @@
    - import
    - build-debian-stretch-amd64
    - export-debian-stretch-amd64
    + coverity:
    + stages:
    + - tasks:
    + - import
    + - build-coverity
    + - export-coverity
    meta-plans:
    debian:
    plans: