temporarily turn off the msdos cross-compile on travis

This commit is contained in:
nhmall
2020-10-06 02:15:25 -04:00
parent a8d31910ec
commit b68f960c59
+15 -15
View File
@@ -136,21 +136,21 @@ matrix:
- cd src - cd src
- cp ../sys/winnt/Makefile.gcc ./Makefile - cp ../sys/winnt/Makefile.gcc ./Makefile
- mingw32-make LUA_VERSION=$LUA_VERSION install - mingw32-make LUA_VERSION=$LUA_VERSION install
- name: msdos-linux-focal-djgpp-crosscompile # - name: msdos-linux-focal-djgpp-crosscompile
os: linux # os: linux
env: HINTS=linux.2020 LUA_VERSION=5.4.0 # env: HINTS=linux.2020 LUA_VERSION=5.4.0
dist: focal # dist: focal
compiler: gcc # compiler: gcc
script: # script:
# - export ## - export
# - export GCCVER=gcc550 ## - export GCCVER=gcc550
- export GCCVER=gcc1010 # - export GCCVER=gcc1010
- cd sys/unix/ && sh setup.sh hints/$HINTS && cd ../../ # - cd sys/unix/ && sh setup.sh hints/$HINTS && cd ../../
- make fetch-lua # - make fetch-lua
- test -d "lib/lua-$LUA_VERSION/src" || exit 0 # - test -d "lib/lua-$LUA_VERSION/src" || exit 0
- sh sys/msdos/fetch-cross-compiler.sh # - 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 all
- make LUA_VERSION=$LUA_VERSION WANT_WIN_TTY=1 WANT_WIN_CURSES=1 CROSS_TO_MSDOS=1 package # - make LUA_VERSION=$LUA_VERSION WANT_WIN_TTY=1 WANT_WIN_CURSES=1 CROSS_TO_MSDOS=1 package
exclude: exclude:
# - os: osx # - os: osx
# osx_image: xcode10.3 # osx_image: xcode10.3