pidgin/pidgin

Parents 2c312f084d84
Children c3fc77a3c015
Replace the subproject build with a debian build and add fedora and clang builds

Testing Done:
Ran the convey plans

Reviewed at https://reviews.imfreedom.org/r/746/
  • +15 -5
    convey.yaml
  • --- a/convey.yaml Mon Jun 14 04:07:45 2021 -0500
    +++ b/convey.yaml Mon Jun 14 04:09:29 2021 -0500
    @@ -45,10 +45,25 @@
    stages:
    - tasks: [import, build-target, export-target]
    + clang:
    + environment: [TARGET=clang]
    + stages:
    + - tasks: [import, build-target]
    +
    clean:
    stages:
    - tasks: [clean]
    + debian:
    + environment: [TARGET=debian-bullseye-amd64]
    + stages:
    + - tasks: [import, build-target]
    +
    + fedora:
    + environment: [TARGET=fedora-34-amd64]
    + stages:
    + - tasks: [import, build-target]
    +
    mingw-w64-x86_64:
    environment: [DISTRO=mingw, VERSION=w64, ARCH=x86_64]
    stages:
    @@ -71,11 +86,6 @@
    - tasks: [export-target]
    run: always
    - subproject-build:
    - environment: [TARGET=subproject-build]
    - stages:
    - - tasks: [import, build-target]
    -
    ubuntu:
    environment: [TARGET=ubuntu-hirsute-amd64]
    stages: