Skip to content

Commit

Permalink
ci: use upgrade qt for appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-bin committed Jun 29, 2016
1 parent c935190 commit c79e34f
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 @@ -10,17 +10,17 @@ environment:
matrix:
- arch: x64
cc: VS2013
qt: 5.5
qt: 5.6
toolchain_version: 12
mode: debug
QTDIR: C:\Qt\5.5\msvc2013_64
QTDIR: C:\Qt\5.6\msvc2013_64

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

- arch: 32
cc: MinGW
Expand Down

0 comments on commit c79e34f

Please sign in to comment.