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