aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-10-18 18:06:01 +0200
committerJay Berkenbilt <ejb@ql.org>2018-10-18 18:06:01 +0200
commitcf82384dee26bee7804e4fcd5066bf4d1e946ba6 (patch)
tree0510e02aad5b52808b0cd2727750e6166f467d89
parent88fb2e5258608d413dd26470b6c0e713908dbbc8 (diff)
downloadqpdf-cf82384dee26bee7804e4fcd5066bf4d1e946ba6.tar.zst
Restore mingw32
-rw-r--r--azure-pipelines.yml8
1 files 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