Skip to content

Commit

Permalink
AppVeyor: Added Windows 32-bit build
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn committed Apr 23, 2021
1 parent d575925 commit 9ec5a9b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,22 @@ environment:
PUSH_RELEASE: true
ENABLE_ZSTD: true
TILED_ITCH_CHANNEL: windows-64bit
- QTDIR: C:\Qt\5.15\mingw81_32
PYTHONHOME: C:\Python37
MINGW: C:\Qt\Tools\mingw810_32
DEFAULT_PROFILE: i686-w64-mingw32-gcc-8_1_0
PUSH_RELEASE: true
ENABLE_ZSTD: true
TILED_ITCH_CHANNEL: windows-32bit

matrix:
exclude:
- image: Visual Studio 2015
QTDIR: C:\Qt\5.12\msvc2017_64
- image: Visual Studio 2015
QTDIR: C:\Qt\5.15\mingw81_64
- image: Visual Studio 2015
QTDIR: C:\Qt\5.15\mingw81_32
- image: Visual Studio 2019
QTDIR: C:\Qt\5.6.3\mingw49_32

Expand Down

0 comments on commit 9ec5a9b

Please sign in to comment.