pidgin/pidgin

Add girlint convey plan

2 months ago, Gary Kramlich
7b2961b2d918
Parents 231c935707be
Children ca195ffd7206
Add girlint convey plan

This currently fails with 226 findings, but we gotta start somewhere right?

Testing Done:
Ran the plan locally.

Reviewed at https://reviews.imfreedom.org/r/3001/
  • +13 -0
    convey.yaml
  • --- a/convey.yaml Tue Mar 12 21:13:17 2024 -0500
    +++ b/convey.yaml Mon Mar 18 22:03:07 2024 -0500
    @@ -68,6 +68,14 @@
    type: docker/export
    files: ${TARGET}:${TARGET}
    + girlint:
    + type: docker/run
    + image: docker.io/imfreedom/gir-tools:latest
    + script:
    + - cd ${CONVEY_WORKSPACE}
    + - xsltproc /gir-tools/girlint.xsl $(find build-${TARGET} -iname "*.gir" | grep -v subproject) | tee ${CONVEY_WORKSPACE}/log
    + - exit $(wc -l < ${CONVEY_WORKSPACE}/log)
    +
    plans:
    alpine-edge-amd64:
    environment: [TARGET=alpine-edge-amd64]
    @@ -123,6 +131,11 @@
    - tasks: [export]
    run: always
    + girlint:
    + environment: [TARGET=debian-trixie-amd64]
    + stages:
    + - tasks: [import, build, girlint]
    +
    scanbuild:
    environment: [TARGET=scanbuild]
    stages: