mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 08:08:42 +00:00
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:
committed by
GitHub
parent
c8523a2716
commit
aad45092ae
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user