]> granicus.if.org Git - nethack/commitdiff
.travis.yml update
authornhmall <nhmall@nethack.org>
Mon, 28 Oct 2019 16:59:00 +0000 (12:59 -0400)
committernhmall <nhmall@nethack.org>
Mon, 28 Oct 2019 16:59:00 +0000 (12:59 -0400)
.travis.yml

index 00a6c11531169e4f9a2dfcb0d0d61452d4a7e105..3cc2f584927e5dd42dd5dddfe5814f181626cbcf 100644 (file)
@@ -85,6 +85,11 @@ matrix:
         - cp ../sys/winnt/Makefile.gcc ./Makefile
         - mingw32-make install
   exclude:
+#    - os: osx
+#      osx_image: xcode10.3
+#      env: DESCR=osx-xcode10.3-x11 HINTS=macosx10.14 WANT_WIN_CURSES=1 WANT_WIN_X11=1 USE_XPM=1
+#      compiler: clang
+#      script: "cd sys/unix/ && sh setup.sh hints/$HINTS && cd ../../ && make install"
     - os: osx
       osx_image: xcode10.2
       env: HINTS=macosx10.14
@@ -108,5 +113,6 @@ deploy:
   on:
     tags: true
   prerelease: true
- name: "Pre-release build of NetHack 3.6.3"
- body: "This is auto generated pre-release build of NetHack 3.6.3 and as such has not been tested."
+  name: "Pre-release build of NetHack 3.6.3"
+  body: "This is auto generated pre-release build of NetHack 3.6.3."
+