Skip to content

Commit bbf88b4

Browse files
committed
Update AppVeyor for msvc
1 parent 110769d commit bbf88b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: build{build}
22

33
environment:
44
matrix:
5-
- QT: C:\Qt\5.12\msvc2015
5+
- QT: C:\Qt\5.11\msvc2015
66
GENERATOR: Visual Studio 14 2015
77
PLATFORM: x86
88
- QT: C:\Qt\5.12\msvc2015_64
@@ -14,7 +14,7 @@ clone_depth: 5
1414

1515
install:
1616
- dir C:\Qt
17-
- dir C:\Qt\5.12
17+
- dir C:\Qt\5.11
1818
- set PATH=%QT%\bin\;C:\Qt\Tools\QtCreator\bin\;%PATH%
1919

2020
before_build:

0 commit comments

Comments
 (0)