Skip to content

Commit

Permalink
appveyor: use qt5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-bin committed Mar 10, 2017
1 parent b670eff commit 9dd9dba
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@ branches:
environment:

matrix:
- arch: x86
cc: VS2015
qt: 5.8
toolchain_version: 14
mode: release
QTDIR: C:\Qt\5.7\msvc2015

- arch: x64
cc: VS2013
qt: 5.6
toolchain_version: 12
mode: debug
QTDIR: C:\Qt\5.6\msvc2013_64

- arch: x86
cc: VS2015
qt: 5.7
toolchain_version: 14
mode: release
QTDIR: C:\Qt\5.7\msvc2015

- arch: 32
cc: MinGW
qt: 5.7
Expand Down

0 comments on commit 9dd9dba

Please sign in to comment.