From 9791599661a9f0fc216f8d3b81ae6f4bff34614b Mon Sep 17 00:00:00 2001 From: Wolfgang Thaller Date: Wed, 19 Jan 2022 00:06:02 +0100 Subject: [PATCH] matrix build --- azure-pipelines.yml | 70 ++++++++++++++------------------------------- 1 file changed, 21 insertions(+), 49 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 86ae22621b..ae5c3b0034 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -67,7 +67,12 @@ jobs: testResultsFiles: build/Testing/**/*.xml buildPlatform: 'x86_64-macos' -- job: nix_68k +- job: Nix-Linux + matrix: + M68K: + TARGET: m68k + PowerPC: + TARGET: powerpc pool: vmImage: 'ubuntu-20.04' steps: @@ -77,7 +82,7 @@ jobs: docker run -i --name nix -v`pwd`:/src nixos/nix:2.3.12 <