qulogic/gplugin

Make sure that pvs-studio and scanbuild always export their results
feature/testing-tweaks
2019-07-24, Gary Kramlich
f31b4e3be067
Parents 57eea9e383c9
Children 5c0610b022a9
Make sure that pvs-studio and scanbuild always export their results
  • +6 -2
    convey.yml
  • --- a/convey.yml Wed Jul 24 05:42:10 2019 +0000
    +++ b/convey.yml Wed Jul 24 01:04:22 2019 -0500
    @@ -128,12 +128,16 @@
    - PVS_STUDIO_USERNAME
    - PVS_STUDIO_KEY
    stages:
    - - tasks: [import, build-target, export-target]
    + - tasks: [import, build-target]
    + - tasks: [export-target]
    + run: always
    scanbuild:
    environment: [TARGET=scanbuild]
    stages:
    - - tasks: [import, build-target, export-target]
    + - tasks: [import, build-target]
    + - tasks: [export-target]
    + run: always
    simple:
    environment: [TARGET=simple]