Test LTS and latest Qt versions in AppVeyor

This commit is contained in:
Simon Brunel 2018-09-09 20:51:11 +02:00
parent a6d883acbd
commit 6110cd40d3
2 changed files with 6 additions and 1 deletions

View File

@ -2,7 +2,9 @@ image: Visual Studio 2015
init:
- cmd: call "C:\Program Files (x86)\Microsoft Visual Studio "%VSVER%".0\VC\vcvarsall.bat" %ARCH%
- cmd: qmake --version
# https://www.appveyor.com/docs/windows-images-software/#qt
environment:
PATH: '%PATH%;%QTDIR%\bin'
matrix:
@ -12,6 +14,9 @@ environment:
- QTDIR: C:\Qt\5.9\msvc2013_64
VSVER: 12
ARCH: x64
- QTDIR: C:\Qt\latest\msvc2015_64
VSVER: 14
ARCH: x64
build_script:
- cmd: qmake qtpromise.pro

View File

@ -21,7 +21,7 @@ install:
before_script:
- qmake --version
- lcov --version
- lcov --version && gcov --version
- gcc --version && g++ --version
script: