From f222f9d8d624d0339a894c3d0bab01253bf2db65 Mon Sep 17 00:00:00 2001 From: nhmall Date: Fri, 28 Jul 2023 12:47:47 -0400 Subject: [PATCH] CI attempt cross-compile on macOS follow-up 3 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 282fc9f37..baefe4b87 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -230,7 +230,7 @@ steps: cd ../.. make fetch-lua make WANT_MACSOUND=1 all - condition: and(eq( variables['Agent.OS'], 'Darwin' ), eq( variables.toolchain, 'all')) + condition: and(eq( variables['Agent.OS'], 'Darwin' ), eq( variables.buildTarget, 'all')) workingDirectory: $(Agent.BuildDirectory)/$(netHackPath) displayName: 'Building mac full build'