Fix Windows CI Builds

Qt 5.9.4 was replaced by Qt 5.9.5 on May 16 (https://www.appveyor.com/updates/2018/05/16/), test the change to 5.9 symlink to avoid future problems.
This commit is contained in:
Alejandro Martinez
2018-05-30 12:40:12 -03:00
committed by GitHub
parent c8523a2716
commit aad45092ae

View File

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