Commit cf82384dee26bee7804e4fcd5066bf4d1e946ba6

Authored by Jay Berkenbilt
1 parent 88fb2e52

Restore mingw32

Showing 1 changed file with 3 additions and 5 deletions
azure-pipelines.yml
... ... @@ -32,11 +32,9 @@ jobs:
32 32 msvc64:
33 33 wordsize: 64
34 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 38 mingw64:
41 39 wordsize: 64
42 40 tool: mingw
... ...