From 5d4fa475fa7451eb0214a380388a77d2bd48c31d Mon Sep 17 00:00:00 2001 From: nhmall Date: Thu, 27 Jan 2022 23:00:49 -0500 Subject: [PATCH] CI mingw build follow-up --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 160778523..e112ee945 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -139,9 +139,9 @@ steps: export LUA_VERSION=5.4.4 export TRAVIS_COMPILER=1 cp ../sys/windows/Makefile.mingw32* . - mingw32-make -f Makefile.mingw32 clean - mingw32-make -f Makefile.mingw32 depend - mingw32-make -f Makefile.mingw32 + mingw32-make -f Makefile.mingw32 LUA_VERSION=$LUA_VERSION clean + mingw32-make -f Makefile.mingw32 LUA_VERSION=$LUA_VERSION depend + mingw32-make -f Makefile.mingw32 LUA_VERSION=$LUA_VERSION condition: eq( variables.toolchain, 'mingw' ) workingDirectory: $(Agent.BuildDirectory)/$(netHackPath)/src displayName: 'MinGW Build' -- 2.50.1