CI mingw build should now invoke compile via gcc

This commit is contained in:
nhmall
2022-01-28 07:49:41 -05:00
parent a6a7af368f
commit f5fd7e1557

View File

@@ -137,7 +137,6 @@ steps:
export ADD_CURSES=Y
export PDCURSES_TOP=../submodules/pdcurses
export LUA_VERSION=5.4.4
export TRAVIS_COMPILER=1
cp ../sys/windows/Makefile.mingw32* .
mingw32-make -f Makefile.mingw32 LUA_VERSION=$LUA_VERSION clean
mingw32-make -f Makefile.mingw32 LUA_VERSION=$LUA_VERSION depend