MSVC 15-x64-Release build often fails due to unknown reasons. It got disabled now.
This commit is contained in:
parent
11a4bcbb54
commit
efbdb57d7b
11
appveyor.yml
11
appveyor.yml
|
@ -45,11 +45,12 @@ environment:
|
||||||
configuration: Debug
|
configuration: Debug
|
||||||
vcvarsall_platform: x64
|
vcvarsall_platform: x64
|
||||||
PlatformToolset: v140
|
PlatformToolset: v140
|
||||||
- VisualStudioVersion: 14.0
|
# That platform causes frequent errors on appveyor due to an unknown infrastructure failure
|
||||||
platform: x64
|
# - VisualStudioVersion: 14.0
|
||||||
configuration: Release
|
# platform: x64
|
||||||
vcvarsall_platform: x64
|
# configuration: Release
|
||||||
PlatformToolset: v140
|
# vcvarsall_platform: x64
|
||||||
|
# PlatformToolset: v140
|
||||||
# MYQTDIR: C:\Qt\5.11\msvc2015_64
|
# MYQTDIR: C:\Qt\5.11\msvc2015_64
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
|
|
Loading…
Reference in New Issue