convey.yaml

changeset 40949
1472618b493d
parent 40947
4169f8090a0e
child 41062
b61307e4df4f
--- 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:

mercurial