We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9e743d commit 110769dCopy full SHA for 110769d
1 file changed
appveyor.yml
@@ -2,18 +2,19 @@ version: build{build}
2
3
environment:
4
matrix:
5
- - QT: C:\Qt\5.12\msvc2015_64
6
- GENERATOR: Visual Studio 14 2015 Win64
7
- PLATFORM: x64
8
- QT: C:\Qt\5.12\msvc2015
9
GENERATOR: Visual Studio 14 2015
10
PLATFORM: x86
+ - QT: C:\Qt\5.12\msvc2015_64
+ GENERATOR: Visual Studio 14 2015 Win64
+ PLATFORM: x64
11
12
clone_folder: c:\dev\qhexedit
13
clone_depth: 5
14
15
install:
16
- dir C:\Qt
17
+ - dir C:\Qt\5.12
18
- set PATH=%QT%\bin\;C:\Qt\Tools\QtCreator\bin\;%PATH%
19
20
before_build:
0 commit comments