We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 020d998 commit 3c86a35Copy full SHA for 3c86a35
1 file changed
appveyor.yml
@@ -3,9 +3,12 @@ version: build{build}
3
environment:
4
matrix:
5
- QT: C:\Qt\5.12\msvc2015_64
6
- GENERATOR: Visual Studio 15 2017 Win64
7
- PLATFORM: X64
8
-
+ GENERATOR: Visual Studio 14 2015 Win64
+ PLATFORM: x64
+ - QT: C:\Qt\5.12\msvc2015
9
+ GENERATOR: Visual Studio 14 2015
10
+ PLATFORM: x86
11
+
12
clone_folder: c:\dev\qhexedit
13
clone_depth: 5
14
0 commit comments