1
mirror of https://invent.kde.org/network/falkon.git synced 2024-12-20 02:36:34 +01:00

AppVeyor: Add Qt-5.9 (Qt-5.9.1) to build matrix

- Also update appveyor.yml to use "win32-msvc"
  as QMAKESPEC for Qt-5.9. It seems the specific
  "win32-msvc201*" have been removed from mkspec.
This commit is contained in:
srazi 2017-08-22 02:01:29 +04:30
parent 21b2685375
commit 1bc35dafc4

View File

@ -23,16 +23,18 @@ environment:
QZ_VER: 2.1.99 QZ_VER: 2.1.99
VSVER: 14 VSVER: 14
ARCH: x86 ARCH: x86
QMAKESPEC: win32-msvc2015 QMAKESPEC: win32-msvc
MAKETOOL: jom MAKETOOL: jom
TOOLSDIR: C:\Qt\Tools\QtCreator TOOLSDIR: C:\Qt\Tools\QtCreator
matrix: matrix:
- QTDIR: C:\Qt\5.9\msvc2015
- QTDIR: C:\Qt\5.8\msvc2015 - QTDIR: C:\Qt\5.8\msvc2015
QMAKESPEC: win32-msvc2015
- ARCH: x64 - ARCH: x64
QTDIR: C:\Qt\5.8\msvc2015_64 QTDIR: C:\Qt\5.9\msvc2015_64
- PORTABLE_BUILD: "true" - PORTABLE_BUILD: "true"
QTDIR: C:\Qt\5.8\msvc2015 QTDIR: C:\Qt\5.9\msvc2015
install: install:
- set QZ_DIR=%CD% - set QZ_DIR=%CD%