Skip to content

Commit

Permalink
Use 5.9 for appveyor as it is mapped to current version
Browse files Browse the repository at this point in the history
  • Loading branch information
misery committed Feb 6, 2018
1 parent ee73f4b commit 8fe1abd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@ environment:
matrix:
- PlatformToolset: mingw-w64
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
QTPath: C:\Qt\5.9.2\mingw53_32
QTPath: C:\Qt\5.9\mingw53_32

- PlatformToolset: v140
platform: x64
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
QTPath: C:\Qt\5.9.2\msvc2015_64
QTPath: C:\Qt\5.9\msvc2015_64
ARCHI: amd64

- PlatformToolset: v140
platform: Win32
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
QTPath: C:\Qt\5.9.2\msvc2015
QTPath: C:\Qt\5.9\msvc2015
ARCHI: x86

- PlatformToolset: v141
platform: x64
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
QTPath: C:\Qt\5.9.2\msvc2017_64
QTPath: C:\Qt\5.9\msvc2017_64
ARCHI: amd64

configuration:
Expand Down

0 comments on commit 8fe1abd

Please sign in to comment.