Commit cf82384dee26bee7804e4fcd5066bf4d1e946ba6
1 parent
88fb2e52
Restore mingw32
Showing
1 changed file
with
3 additions
and
5 deletions
azure-pipelines.yml
| @@ -32,11 +32,9 @@ jobs: | @@ -32,11 +32,9 @@ jobs: | ||
| 32 | msvc64: | 32 | msvc64: |
| 33 | wordsize: 64 | 33 | wordsize: 64 |
| 34 | tool: msvc | 34 | tool: msvc |
| 35 | -# mingw 32-bit build is temporarily disabled pending resolution of | ||
| 36 | -# https://github.com/Alexpux/MINGW-packages/issues/4543 | ||
| 37 | -# mingw32: | ||
| 38 | -# wordsize: 32 | ||
| 39 | -# tool: mingw | 35 | + mingw32: |
| 36 | + wordsize: 32 | ||
| 37 | + tool: mingw | ||
| 40 | mingw64: | 38 | mingw64: |
| 41 | wordsize: 64 | 39 | wordsize: 64 |
| 42 | tool: mingw | 40 | tool: mingw |