summaryrefslogtreecommitdiff
path: root/convey.yaml
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2021-06-14 04:09:29 -0500
committerGary Kramlich <grim@reaperworld.com>2021-06-14 04:09:29 -0500
commit281876157c917d8199b16a6b37afbdb730a244d9 (patch)
tree7d44bcfd56dc2a282d5e2dde32986a5add2669e8 /convey.yaml
parentd9982e7360cc5f38a3c0354eff79f2e65bb9fb04 (diff)
downloadpidgin-281876157c917d8199b16a6b37afbdb730a244d9.tar.gz
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/
Diffstat (limited to 'convey.yaml')
-rw-r--r--convey.yaml20
1 files changed, 15 insertions, 5 deletions
diff --git a/convey.yaml b/convey.yaml
index a71a69ceec..6e709ef8a0 100644
--- a/convey.yaml
+++ b/convey.yaml
@@ -45,10 +45,25 @@ plans:
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 @@ plans:
- tasks: [export-target]
run: always
- subproject-build:
- environment: [TARGET=subproject-build]
- stages:
- - tasks: [import, build-target]
-
ubuntu:
environment: [TARGET=ubuntu-hirsute-amd64]
stages: