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 f9e743d commit 110769d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,19 @@ version: build{build}

environment:
matrix:
- QT: C:\Qt\5.12\msvc2015_64
GENERATOR: Visual Studio 14 2015 Win64
PLATFORM: x64
- QT: C:\Qt\5.12\msvc2015
GENERATOR: Visual Studio 14 2015
PLATFORM: x86
- QT: C:\Qt\5.12\msvc2015_64
GENERATOR: Visual Studio 14 2015 Win64
PLATFORM: x64

clone_folder: c:\dev\qhexedit
clone_depth: 5

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

before_build:
Expand Down

0 comments on commit 110769d

Please sign in to comment.