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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user