From cf82384dee26bee7804e4fcd5066bf4d1e946ba6 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Thu, 18 Oct 2018 12:06:01 -0400 Subject: Restore mingw32 --- azure-pipelines.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ee3c00c5..7e6bfbc5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -32,11 +32,9 @@ jobs: msvc64: wordsize: 64 tool: msvc -# mingw 32-bit build is temporarily disabled pending resolution of -# https://github.com/Alexpux/MINGW-packages/issues/4543 -# mingw32: -# wordsize: 32 -# tool: mingw + mingw32: + wordsize: 32 + tool: mingw mingw64: wordsize: 64 tool: mingw -- cgit v1.2.3-54-g00ecf