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.
This commit is contained in:
nhmall
2023-02-03 15:33:47 -05:00
parent 9d3dda1e1d
commit f348deb2bc

View File

@@ -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'