Skip to content

Commit

Permalink
Update AppVeyor for msvc
Browse files Browse the repository at this point in the history
  • Loading branch information
Simsys committed Mar 16, 2019
1 parent 110769d commit bbf88b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: build{build}

environment:
matrix:
- QT: C:\Qt\5.12\msvc2015
- QT: C:\Qt\5.11\msvc2015
GENERATOR: Visual Studio 14 2015
PLATFORM: x86
- QT: C:\Qt\5.12\msvc2015_64
Expand All @@ -14,7 +14,7 @@ clone_depth: 5

install:
- dir C:\Qt
- dir C:\Qt\5.12
- dir C:\Qt\5.11
- set PATH=%QT%\bin\;C:\Qt\Tools\QtCreator\bin\;%PATH%

before_build:
Expand Down

0 comments on commit bbf88b4

Please sign in to comment.