mirror of
https://github.com/simonbrunel/qtpromise.git
synced 2024-11-22 02:34:30 +08:00
Test LTS and latest Qt versions in AppVeyor
This commit is contained in:
parent
a6d883acbd
commit
6110cd40d3
@ -2,7 +2,9 @@ image: Visual Studio 2015
|
|||||||
|
|
||||||
init:
|
init:
|
||||||
- cmd: call "C:\Program Files (x86)\Microsoft Visual Studio "%VSVER%".0\VC\vcvarsall.bat" %ARCH%
|
- 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:
|
environment:
|
||||||
PATH: '%PATH%;%QTDIR%\bin'
|
PATH: '%PATH%;%QTDIR%\bin'
|
||||||
matrix:
|
matrix:
|
||||||
@ -12,6 +14,9 @@ environment:
|
|||||||
- QTDIR: C:\Qt\5.9\msvc2013_64
|
- QTDIR: C:\Qt\5.9\msvc2013_64
|
||||||
VSVER: 12
|
VSVER: 12
|
||||||
ARCH: x64
|
ARCH: x64
|
||||||
|
- QTDIR: C:\Qt\latest\msvc2015_64
|
||||||
|
VSVER: 14
|
||||||
|
ARCH: x64
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- cmd: qmake qtpromise.pro
|
- cmd: qmake qtpromise.pro
|
||||||
|
@ -21,7 +21,7 @@ install:
|
|||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- qmake --version
|
- qmake --version
|
||||||
- lcov --version
|
- lcov --version && gcov --version
|
||||||
- gcc --version && g++ --version
|
- gcc --version && g++ --version
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
Loading…
Reference in New Issue
Block a user