From f348deb2bc736daae1f64a306a695fe0c846b6cc Mon Sep 17 00:00:00 2001 From: nhmall Date: Fri, 3 Feb 2023 15:33:47 -0500 Subject: [PATCH] CI not catching macOS sound-related warning/error Add WANT_MACSOUND=1 to the build so we get informed of warnings and errors in any of the macsound-related files. --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 49d105be4..7927cf679 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -223,7 +223,7 @@ steps: sh setup.sh hints/macos.370 cd ../.. make fetch-lua - make all + make WANT_MACSOUND=1 all condition: eq( variables['Agent.OS'], 'Darwin' ) workingDirectory: $(Agent.BuildDirectory)/$(netHackPath) displayName: 'Building mac full build'