aboutsummaryrefslogtreecommitdiffstats
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-10-16 16:33:22 +0200
committerJay Berkenbilt <ejb@ql.org>2018-10-16 17:41:00 +0200
commit978532c5b3fe59a12503bcf92f1522f9591f2228 (patch)
tree3d0af25e9bd6fcd2ede4b5f2c3a1378be729e4e3 /azure-pipelines.yml
parentc13a0f4467ae3a27c6f7114593cf1b14a421a8b1 (diff)
downloadqpdf-978532c5b3fe59a12503bcf92f1522f9591f2228.tar.zst
Temporarily disable mingw32
See https://github.com/Alexpux/MINGW-packages/issues/4543
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml8
1 files changed, 5 insertions, 3 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 7e6bfbc5..ee3c00c5 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -32,9 +32,11 @@ jobs:
msvc64:
wordsize: 64
tool: msvc
- mingw32:
- wordsize: 32
- tool: mingw
+# mingw 32-bit build is temporarily disabled pending resolution of
+# https://github.com/Alexpux/MINGW-packages/issues/4543
+# mingw32:
+# wordsize: 32
+# tool: mingw
mingw64:
wordsize: 64
tool: mingw