support for build with current Lua version 5.4.4
On some platforms this may require:
re-using a sys/unix/hints file to generate updated Makefiles
make spotless
make fetch-lua
This commit is contained in:
+3
-3
@@ -136,7 +136,7 @@ steps:
|
||||
export LUASRC=../submodules/lua
|
||||
export ADD_CURSES=Y
|
||||
export PDCURSES_TOP=../submodules/pdcurses
|
||||
export LUA_VERSION=5.4.3
|
||||
export LUA_VERSION=5.4.4
|
||||
export TRAVIS_COMPILER=1
|
||||
cp ../sys/windows/Makefile.gcc ./Makefile
|
||||
mingw32-make LUA_VERSION=$LUA_VERSION install
|
||||
@@ -208,8 +208,8 @@ steps:
|
||||
cd ../..
|
||||
make fetch-lua
|
||||
sh sys/msdos/fetch-cross-compiler.sh
|
||||
make LUA_VERSION=5.4.3 WANT_WIN_TTY=1 WANT_WIN_CURSES=1 CROSS_TO_MSDOS=1 all
|
||||
make LUA_VERSION=5.4.3 WANT_WIN_TTY=1 WANT_WIN_CURSES=1 CROSS_TO_MSDOS=1 package
|
||||
make LUA_VERSION=5.4.4 WANT_WIN_TTY=1 WANT_WIN_CURSES=1 CROSS_TO_MSDOS=1 all
|
||||
make LUA_VERSION=5.4.4 WANT_WIN_TTY=1 WANT_WIN_CURSES=1 CROSS_TO_MSDOS=1 package
|
||||
condition: and(eq( variables['Agent.OS'], 'Linux' ), eq( variables.toolchain, 'cross'))
|
||||
workingDirectory: $(Agent.BuildDirectory)/$(netHackPath)
|
||||
displayName: 'Building MSDOS build'
|
||||
|
||||
Reference in New Issue
Block a user