mingw build bit

This commit is contained in:
nhmall
2020-04-11 10:14:05 -04:00
parent dc6b2f5de1
commit 08852d25be
2 changed files with 5 additions and 6 deletions
+3 -4
View File
@@ -116,12 +116,11 @@ matrix:
os: windows
# install: choco install mingw
script:
- sh sys/winnt/travis-gcc.sh
- test -d "lib/lua-$LUA_VERSION/src" || exit 0
- test -d "lib/pdcurses" || exit 0
- export ADD_CURSES=Y
- export PDCURSES_TOP=../lib/pdcurses
- export LUA_VERSION=5.3.5
- export LUA_VERSION=5.3.5 - sh sys/winnt/travis-gcc.sh
- test -d "lib/lua-$LUA_VERSION/src" || exit 0
- test -d "lib/pdcurses" || exit 0
- cd src
- cp ../sys/winnt/Makefile.gcc ./Makefile
- mingw32-make install