From 9b4c64db405e17f0746eaccc6b053cb1a0ff30c8 Mon Sep 17 00:00:00 2001 From: nhmall Date: Tue, 14 Apr 2020 01:35:41 -0400 Subject: [PATCH] should now be working --- .travis.yml | 34 +++++++++++++++++----------------- win/win32/vs2017/travisci.sh | 2 -- 2 files changed, 17 insertions(+), 19 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1568ec754..2da535eb7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,23 +1,6 @@ language: c matrix: include: - - os: windows - install: choco install winflexbison - env: DESCR=windows-visualstudio - language: shell - script: - - ./win/win32/vs2017/travisci.sh - - os: windows -# install: choco install mingw - env: DESCR=windows-mingw - script: - - git clone --depth 1 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 - exclude: - os: linux env: DESCR=linux-xenial-gcc HINTS=linux compiler: gcc @@ -86,6 +69,23 @@ matrix: sed -i 's/^#define TEXTCOLOR//' include/unixconf.h make install cat dat/options + - os: windows + install: choco install winflexbison + env: DESCR=windows-visualstudio + language: shell + script: + - ./win/win32/vs2017/travisci.sh + - os: windows +# install: choco install mingw + env: DESCR=windows-mingw + script: + - git clone --depth 1 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 + 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 diff --git a/win/win32/vs2017/travisci.sh b/win/win32/vs2017/travisci.sh index b3bd3f739..d74eb56fa 100644 --- a/win/win32/vs2017/travisci.sh +++ b/win/win32/vs2017/travisci.sh @@ -39,7 +39,5 @@ mkdir ../binary cd src cp ../sys/winnt/Makefile.msc ./Makefile nmake install -ls -l -ls -l ../util cd .. powershell -Command "Compress-Archive -U -Path binary/* -DestinationPath $TRAVIS_TAG.x86.zip" -- 2.40.0