From 6ec0c0ee5c1d651079036c14d157f998353d4307 Mon Sep 17 00:00:00 2001 From: nhmall Date: Mon, 28 Oct 2019 12:59:00 -0400 Subject: [PATCH] .travis.yml update --- .travis.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 00a6c1153..3cc2f5849 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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." +