talkatu/talkatu

Merged in default (pull request #16)

2019-07-12, Gary Kramlich
fdac3bb20a38
Merged in default (pull request #16)

Add a valgrind image.

Approved-by: Elliott Sales de Andrade
  • +13 -0
    convey.yml
  • --- a/convey.yml Thu Jul 11 22:00:35 2019 -0500
    +++ b/convey.yml Fri Jul 12 03:40:22 2019 +0000
    @@ -25,6 +25,7 @@
    - fedora-28-amd64
    - fedora-29-amd64
    - scanbuild
    + - valgrind
    build:
    type: docker/run
    image: talkatu/builders:${DISTRO}-${VERSION}-${ARCH}
    @@ -32,6 +33,13 @@
    type: docker/export
    files: ${DISTRO}-${VERSION}-${ARCH}
    + build-target:
    + type: docker/run
    + image: talkatu/builders:${TARGET}
    + export-target:
    + type: docker/export
    + files: ${TARGET}
    +
    scanbuild:
    type: docker/run
    image: talkatu/builders:scanbuild
    @@ -156,6 +164,11 @@
    stages:
    - tasks: [import, scanbuild, scanbuild-export]
    + valgrind:
    + environment: [TARGET=valgrind]
    + stages:
    + - tasks: [import, build-target, export-target]
    +
    publish:
    stages:
    - name: publish-debian