From: nhmall Date: Fri, 3 Feb 2023 20:33:47 +0000 (-0500) Subject: CI not catching macOS sound-related warning/error X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f348deb2bc736daae1f64a306a695fe0c846b6cc;p=nethack 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. --- 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'