]> granicus.if.org Git - nethack/commitdiff
msdos cross-compile bits
authornhmall <nhmall@nethack.org>
Wed, 27 Nov 2019 00:06:45 +0000 (19:06 -0500)
committernhmall <nhmall@nethack.org>
Wed, 27 Nov 2019 00:06:45 +0000 (19:06 -0500)
.travis.yml

index e2522cfa9b1b3210e9e6ba5e5c31ea771c3592fa..5c7ef79b8f3dcccaab961520a49dc82513a16027 100644 (file)
@@ -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