update CI build for mingw

This commit is contained in:
nhmall
2022-01-27 22:54:03 -05:00
parent 03d1a2980b
commit 0431bcf3ac

View File

@@ -138,8 +138,10 @@ steps:
export PDCURSES_TOP=../submodules/pdcurses
export LUA_VERSION=5.4.4
export TRAVIS_COMPILER=1
cp ../sys/windows/Makefile.gcc ./Makefile
mingw32-make LUA_VERSION=$LUA_VERSION install
cp ../sys/windows/Makefile.mingw32* .
mingw32-make -f Makefile.mingw32 clean
mingw32-make -f Makefile.mingw32 depend
mingw32-make -f Makefile.mingw32
condition: eq( variables.toolchain, 'mingw' )
workingDirectory: $(Agent.BuildDirectory)/$(netHackPath)/src
displayName: 'MinGW Build'