]> granicus.if.org Git - nethack/commitdiff
CI update for mingw
authornhmall <nhmall@nethack.org>
Fri, 4 Feb 2022 20:07:32 +0000 (15:07 -0500)
committernhmall <nhmall@nethack.org>
Fri, 4 Feb 2022 20:07:32 +0000 (15:07 -0500)
Add GIT=1 to the make-mingw32 command

azure-pipelines.yml

index 2dbb17056bdd2bd270cae9613be986c2027bdb13..bc06d636d24099972004cbd29e6667aa5d57ae31 100644 (file)
@@ -162,9 +162,9 @@ steps:
     cd ../src
     pwd
     cp ../sys/windows/Makefile.mingw32* .
-    mingw32-make -f Makefile.mingw32 CI_COMPILER=1 MSYSTEM=$MSYSTEM LUA_VERSION=$LUA_VERSION clean
-    mingw32-make -f Makefile.mingw32 CI_COMPILER=1 MSYSTEM=$MSYSTEM LUA_VERSION=$LUA_VERSION depend
-    mingw32-make -f Makefile.mingw32 CI_COMPILER=1 MSYSTEM=$MSYSTEM LUA_VERSION=$LUA_VERSION
+    mingw32-make -f Makefile.mingw32 CI_COMPILER=1 GIT=1 MSYSTEM=$MSYSTEM LUA_VERSION=$LUA_VERSION clean
+    mingw32-make -f Makefile.mingw32 CI_COMPILER=1 GIT=1 MSYSTEM=$MSYSTEM LUA_VERSION=$LUA_VERSION depend
+    mingw32-make -f Makefile.mingw32 CI_COMPILER=1 GIT=1 MSYSTEM=$MSYSTEM LUA_VERSION=$LUA_VERSION
   condition: eq( variables.toolchain, 'mingw' )
   workingDirectory: $(Agent.BuildDirectory)/$(netHackPath)/src
   displayName: 'MinGW Build'