From: Bart House Date: Tue, 15 Dec 2020 08:53:01 +0000 (-0800) Subject: Re-enable mingw pipeline build. Use pdcurses submodule for pipeline X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=746c313aee5b9f63e4937dc7b551ddfcf78ce38e;p=nethack Re-enable mingw pipeline build. Use pdcurses submodule for pipeline mingw build. --- diff --git a/azure-pipelines.yml b/azure-pipelines.yml index edb92c7d7..e4dbfe623 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -41,12 +41,11 @@ strategy: buildMinimalSetting: false vsBuildSetting: true mingwBuildSetting: false -# build is currently broken -# windows-mingw: -# imageName: 'windows-2019' -# buildMinimalSetting: false -# vsBuildSetting: false -# mingwBuildSetting: true + windows-mingw: + imageName: 'windows-2019' + buildMinimalSetting: false + vsBuildSetting: false + mingwBuildSetting: true pool: vmImage: $(imageName) @@ -111,10 +110,8 @@ steps: displayName: 'Windows MSBuild' - bash: | - echo 'gcc --version' - gcc --version export ADD_CURSES=Y - export PDCURSES_TOP=../lib/pdcurses + export PDCURSES_TOP=../submodules/pdcurses export LUA_VERSION=5.4.2 export TRAVIS_COMPILER=1 cp ../sys/winnt/Makefile.gcc ./Makefile