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
|
sh setup.sh hints/macos.370
|
||||||
cd ../..
|
cd ../..
|
||||||
make fetch-lua
|
make fetch-lua
|
||||||
make all
|
make WANT_MACSOUND=1 all
|
||||||
condition: eq( variables['Agent.OS'], 'Darwin' )
|
condition: eq( variables['Agent.OS'], 'Darwin' )
|
||||||
workingDirectory: $(Agent.BuildDirectory)/$(netHackPath)
|
workingDirectory: $(Agent.BuildDirectory)/$(netHackPath)
|
||||||
displayName: 'Building mac full build'
|
displayName: 'Building mac full build'
|
||||||
|
|||||||
Reference in New Issue
Block a user