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
|
||||
vcvarsall_platform: x64
|
||||
PlatformToolset: v140
|
||||
- VisualStudioVersion: 14.0
|
||||
platform: x64
|
||||
configuration: Release
|
||||
vcvarsall_platform: x64
|
||||
PlatformToolset: v140
|
||||
# That platform causes frequent errors on appveyor due to an unknown infrastructure failure
|
||||
# - VisualStudioVersion: 14.0
|
||||
# platform: x64
|
||||
# configuration: Release
|
||||
# vcvarsall_platform: x64
|
||||
# PlatformToolset: v140
|
||||
# MYQTDIR: C:\Qt\5.11\msvc2015_64
|
||||
|
||||
build_script:
|
||||
|
|
Loading…
Reference in New Issue