From: nhmall Date: Fri, 28 Jan 2022 12:49:41 +0000 (-0500) Subject: CI mingw build should now invoke compile via gcc X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f5fd7e15570500c9769b4cca9c8d26942f529b26;p=nethack CI mingw build should now invoke compile via gcc --- diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e112ee945..34a8eaa31 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -137,7 +137,6 @@ steps: export ADD_CURSES=Y export PDCURSES_TOP=../submodules/pdcurses export LUA_VERSION=5.4.4 - export TRAVIS_COMPILER=1 cp ../sys/windows/Makefile.mingw32* . mingw32-make -f Makefile.mingw32 LUA_VERSION=$LUA_VERSION clean mingw32-make -f Makefile.mingw32 LUA_VERSION=$LUA_VERSION depend