talkatu/talkatu

Add a valgrind image. Fixes #45

2019-07-09, Gary Kramlich
85f33967d35d
Parents 97d38097e16a
Children fdac3bb20a38
Add a valgrind image. Fixes #45
  • +13 -0
    convey.yml
  • --- a/convey.yml Mon Jun 17 22:37:46 2019 -0500
    +++ b/convey.yml Tue Jul 09 02:05:53 2019 -0500
    @@ -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