]> granicus.if.org Git - nethack/commitdiff
ensure MSYSTEM matches mingw tools used in CI
authornhmall <nhmall@nethack.org>
Sun, 30 Jan 2022 01:41:49 +0000 (20:41 -0500)
committernhmall <nhmall@nethack.org>
Sun, 30 Jan 2022 01:41:49 +0000 (20:41 -0500)
azure-pipelines.yml

index 4d802b21578cd696a68c849ed905cfedeccfc5b7..4bfc2b97398310be41afd0f58f766345c0fa5ce1 100644 (file)
@@ -138,9 +138,9 @@ steps:
     export PDCURSES_TOP=../submodules/pdcurses
     export LUA_VERSION=5.4.4
     cp ../sys/windows/Makefile.mingw32* .
-    mingw32-make -f Makefile.mingw32 CI_COMPILER=1 MSYSTEM=MINGW32 LUA_VERSION=$LUA_VERSION clean
-    mingw32-make -f Makefile.mingw32 CI_COMPILER=1 MSYSTEM=MINGW32 LUA_VERSION=$LUA_VERSION depend
-    mingw32-make -f Makefile.mingw32 CI_COMPILER=1 MSYSTEM=MINGW32 LUA_VERSION=$LUA_VERSION
+    mingw32-make -f Makefile.mingw32 CI_COMPILER=1 MSYSTEM=MINGW64 LUA_VERSION=$LUA_VERSION clean
+    mingw32-make -f Makefile.mingw32 CI_COMPILER=1 MSYSTEM=MINGW64 LUA_VERSION=$LUA_VERSION depend
+    mingw32-make -f Makefile.mingw32 CI_COMPILER=1 MSYSTEM=MINGW64 LUA_VERSION=$LUA_VERSION
   condition: eq( variables.toolchain, 'mingw' )
   workingDirectory: $(Agent.BuildDirectory)/$(netHackPath)/src
   displayName: 'MinGW Build'