Appveyor CI - Windows

... build with Qt 5.7.1
This commit is contained in:
Joern
2017-01-14 14:48:47 +01:00
parent 0e6ce66d9f
commit ef098e8838

View File

@@ -2,9 +2,9 @@ version: ci.{build}
image: Visual Studio 2015
clone_depth: 1
init:
# Setup QT 5.6.0 - 64Bit
# Setup QT 5.7.0 - 64Bit
- set QTDIR=C:\Qt\5.6\msvc2015_64
- set QTDIR=C:\Qt\5.7\msvc2015_64
- set PATH=%QTDIR%\bin;%PATH%
# Setup MSVC - VS 2015