From: nhmall Date: Wed, 27 Nov 2019 00:06:45 +0000 (-0500) Subject: msdos cross-compile bits X-Git-Tag: NetHack-3.7.0_WIP~228^2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1e22743b5641072b5094d009b5d4e1b9aeb7dd64;p=nethack msdos cross-compile bits --- diff --git a/.travis.yml b/.travis.yml index e2522cfa9..5c7ef79b8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -84,6 +84,15 @@ matrix: - cd src - cp ../sys/winnt/Makefile.gcc ./Makefile - mingw32-make install + - os: linux + env: DESCR=msdos-cross-on-linux HINTS=linux LUA_VERSION=5.3.5 + compiler: gcc + script: +# - export + - cd sys/unix/ && sh setup.sh hints/$HINTS && cd ../../ + - make fetch-lua + - cd lib/lua-$LUA_VERSION/src && make a && cd ../../.. + - sh sys/msdos/msdos-cross-compile.sh exclude: # - os: osx # osx_image: xcode10.3