]> granicus.if.org Git - nethack/commitdiff
temporarily turn off the msdos cross-compile on travis
authornhmall <nhmall@nethack.org>
Tue, 6 Oct 2020 06:15:25 +0000 (02:15 -0400)
committernhmall <nhmall@nethack.org>
Tue, 6 Oct 2020 06:15:25 +0000 (02:15 -0400)
.travis.yml

index 0b1e388a0f9bdd1a4605979cbdf1ac683aa9b3e1..51de236a7fbdedde59b19990dbcf3ec53f65c29d 100644 (file)
@@ -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