]> granicus.if.org Git - nethack/commitdiff
CI mingw build follow-up
authornhmall <nhmall@nethack.org>
Fri, 28 Jan 2022 04:00:49 +0000 (23:00 -0500)
committernhmall <nhmall@nethack.org>
Fri, 28 Jan 2022 04:00:49 +0000 (23:00 -0500)
azure-pipelines.yml

index 160778523e78bc8f6acdbb4596231b6cb55aaa2d..e112ee945c37ff295edb506da2ed5e80641fd24f 100644 (file)
@@ -139,9 +139,9 @@ steps:
     export LUA_VERSION=5.4.4
     export TRAVIS_COMPILER=1
     cp ../sys/windows/Makefile.mingw32* .
-    mingw32-make -f Makefile.mingw32 clean
-    mingw32-make -f Makefile.mingw32 depend
-    mingw32-make -f Makefile.mingw32
+    mingw32-make -f Makefile.mingw32 LUA_VERSION=$LUA_VERSION clean
+    mingw32-make -f Makefile.mingw32 LUA_VERSION=$LUA_VERSION depend
+    mingw32-make -f Makefile.mingw32 LUA_VERSION=$LUA_VERSION
   condition: eq( variables.toolchain, 'mingw' )
   workingDirectory: $(Agent.BuildDirectory)/$(netHackPath)/src
   displayName: 'MinGW Build'