Skip to content

Commit

Permalink
WIP: Windows: Use Qt 5.6 for builds
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Holecek <hluk@email.cz>
  • Loading branch information
hluk committed Feb 4, 2020
1 parent cd21eb5 commit ba36f14
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions appveyor.yml
Expand Up @@ -2,17 +2,13 @@
configuration: Release

image:
- Visual Studio 2019
- Visual Studio 2017

environment:
matrix:
- QTDIR: C:\Qt\5.12.6\mingw73_32
- QTDIR: C:\Qt\5.6\mingw49_32
CMAKE_GENERATOR: MinGW Makefiles
MINGW_PATH: C:\Qt\Tools\mingw730_32

- QTDIR: C:\Qt\5.12.6\mingw73_64
CMAKE_GENERATOR: MinGW Makefiles
MINGW_PATH: C:\Qt\Tools\mingw730_64
MINGW_PATH: C:\Qt\Tools\mingw492_32

# Parameters for default build commands (build_script is used instead).
build:
Expand Down

0 comments on commit ba36f14

Please sign in to comment.