]> granicus.if.org Git - nethack/commitdiff
CI not catching macOS sound-related warning/error
authornhmall <nhmall@nethack.org>
Fri, 3 Feb 2023 20:33:47 +0000 (15:33 -0500)
committernhmall <nhmall@nethack.org>
Fri, 3 Feb 2023 20:33:47 +0000 (15:33 -0500)
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

index 49d105be4211fa65ed1c1f4b92f6e067afad6c8e..7927cf6798b1f402d0dd9a15530d03cbcec496cf 100644 (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'