Fix CI-Build for Windows

... update to Qt 5.9.4 since 5.9.3 is not longer supported by AppVeyor
This commit is contained in:
Joern
2018-03-17 16:36:34 +01:00
parent f49b58c4c0
commit de9c467a84

View File

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