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