From 5677cd697685972ce3f67b72aac1d550865b0734 Mon Sep 17 00:00:00 2001 From: Wolfgang Thaller Date: Wed, 19 Jan 2022 00:58:03 +0100 Subject: [PATCH] try adding carbon build --- azure-pipelines.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3db6efa6cb..e2cc14c14e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -74,6 +74,9 @@ jobs: TARGET: m68k PowerPC: TARGET: powerpc + Carbon: + TARGET: carbon + maxParallel: 2 pool: vmImage: 'ubuntu-20.04' steps: @@ -114,6 +117,9 @@ jobs: TARGET: m68k PowerPC: TARGET: powerpc + Carbon: + TARGET: carbon + maxParallel: 2 pool: vmImage: 'macOS-11' steps: