From d4ec664b4f3f03bb1de53feb53a45988defc47f9 Mon Sep 17 00:00:00 2001 From: nhmall Date: Sun, 30 Jun 2019 13:22:25 -0400 Subject: [PATCH] add pdcurses support to travis ci windows test builds pdcurses is obtained on-the-fly from the github source --- .travis.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8ccc6a525..bef2f9891 100644 --- a/.travis.yml +++ b/.travis.yml @@ -81,6 +81,9 @@ matrix: - export LIB=/c/Program\ Files\ \(x86\)/Windows\ Kits/10/lib/$WKITVER/ucrt/x86:$LIB - export LIB=/c/Program\ Files\ \(x86\)/Windows\ Kits/10/lib/$WKITVER/um/x86:$LIB # - export + - git clone https://github.com/wmcbrine/PDCurses.git ../pdcurses + - export ADD_CURSES=Y + - export PDCURSES_TOP=../../pdcurses - cd src - cp ../sys/winnt/Makefile.msc ./Makefile - nmake install @@ -88,6 +91,9 @@ matrix: # install: choco install mingw env: HINTS=windows-mingw script: + - git clone https://github.com/wmcbrine/PDCurses.git ../pdcurses + - export ADD_CURSES=Y + - export PDCURSES_TOP=../../pdcurses - cd src - cp ../sys/winnt/Makefile.gcc ./Makefile - mingw32-make install @@ -104,4 +110,3 @@ notifications: recipients: # - devteam@nethack.org -