From: nhmall Date: Fri, 9 Oct 2020 13:36:55 +0000 (-0400) Subject: re-enable the MSDOS cross-compile on travis-ci X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=017448addf23224ac1cf19ab61466c41c2f330de;p=nethack re-enable the MSDOS cross-compile on travis-ci --- diff --git a/.travis.yml b/.travis.yml index 51de236a7..0b1e388a0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -136,21 +136,21 @@ matrix: - cd src - cp ../sys/winnt/Makefile.gcc ./Makefile - mingw32-make LUA_VERSION=$LUA_VERSION install -# - name: msdos-linux-focal-djgpp-crosscompile -# os: linux -# env: HINTS=linux.2020 LUA_VERSION=5.4.0 -# dist: focal -# compiler: gcc -# script: -## - export -## - export GCCVER=gcc550 -# - export GCCVER=gcc1010 -# - cd sys/unix/ && sh setup.sh hints/$HINTS && cd ../../ -# - make fetch-lua -# - test -d "lib/lua-$LUA_VERSION/src" || exit 0 -# - sh sys/msdos/fetch-cross-compiler.sh -# - make LUA_VERSION=$LUA_VERSION WANT_WIN_TTY=1 WANT_WIN_CURSES=1 CROSS_TO_MSDOS=1 all -# - make LUA_VERSION=$LUA_VERSION WANT_WIN_TTY=1 WANT_WIN_CURSES=1 CROSS_TO_MSDOS=1 package + - name: msdos-linux-focal-djgpp-crosscompile + os: linux + env: HINTS=linux.2020 LUA_VERSION=5.4.0 + dist: focal + compiler: gcc + script: +# - export +# - export GCCVER=gcc550 + - export GCCVER=gcc1010 + - cd sys/unix/ && sh setup.sh hints/$HINTS && cd ../../ + - make fetch-lua + - test -d "lib/lua-$LUA_VERSION/src" || exit 0 + - sh sys/msdos/fetch-cross-compiler.sh + - make LUA_VERSION=$LUA_VERSION WANT_WIN_TTY=1 WANT_WIN_CURSES=1 CROSS_TO_MSDOS=1 all + - make LUA_VERSION=$LUA_VERSION WANT_WIN_TTY=1 WANT_WIN_CURSES=1 CROSS_TO_MSDOS=1 package exclude: # - os: osx # osx_image: xcode10.3