summaryrefslogtreecommitdiff
path: root/convey.yaml
diff options
context:
space:
mode:
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: