Quick hack to fix appveyor builds
This commit is contained in:
parent
e551057f59
commit
8a63a5d824
33
appveyor.yml
33
appveyor.yml
|
@ -29,22 +29,23 @@ environment:
|
||||||
vcvarsall_platform: x64
|
vcvarsall_platform: x64
|
||||||
PlatformToolset: v120
|
PlatformToolset: v120
|
||||||
MYQTDIR: C:\Qt\5.6\msvc2013_64
|
MYQTDIR: C:\Qt\5.6\msvc2013_64
|
||||||
- VisualStudioVersion: 14.0
|
# FIXME: These are disabled for now. They were broken by ae8653612802b41b70424ec9a5eefe8a1178f6d1
|
||||||
platform: Win32
|
# - VisualStudioVersion: 14.0
|
||||||
configuration: Debug
|
# platform: Win32
|
||||||
vcvarsall_platform: x86
|
# configuration: Debug
|
||||||
PlatformToolset: v140
|
# vcvarsall_platform: x86
|
||||||
- VisualStudioVersion: 14.0
|
# PlatformToolset: v140
|
||||||
platform: Win32
|
# - VisualStudioVersion: 14.0
|
||||||
configuration: Release
|
# platform: Win32
|
||||||
vcvarsall_platform: x86
|
# configuration: Release
|
||||||
PlatformToolset: v140
|
# vcvarsall_platform: x86
|
||||||
MYQTDIR: C:\Qt\5.11\msvc2015
|
# PlatformToolset: v140
|
||||||
- VisualStudioVersion: 14.0
|
# MYQTDIR: C:\Qt\5.11\msvc2015
|
||||||
platform: x64
|
# - VisualStudioVersion: 14.0
|
||||||
configuration: Debug
|
# platform: x64
|
||||||
vcvarsall_platform: x64
|
# configuration: Debug
|
||||||
PlatformToolset: v140
|
# vcvarsall_platform: x64
|
||||||
|
# PlatformToolset: v140
|
||||||
# That platform causes frequent errors on appveyor due to an unknown infrastructure failure
|
# That platform causes frequent errors on appveyor due to an unknown infrastructure failure
|
||||||
# - VisualStudioVersion: 14.0
|
# - VisualStudioVersion: 14.0
|
||||||
# platform: x64
|
# platform: x64
|
||||||
|
|
Loading…
Reference in New Issue