On appveyor MSVC 15-x64-Release GUI build often fails due to unknown reasons. Therefore skipping the GUI for this configuration.
This commit is contained in:
parent
5ddc6c64d7
commit
0985b506f1
|
@ -50,7 +50,7 @@ environment:
|
||||||
configuration: Release
|
configuration: Release
|
||||||
vcvarsall_platform: x64
|
vcvarsall_platform: x64
|
||||||
PlatformToolset: v140
|
PlatformToolset: v140
|
||||||
MYQTDIR: C:\Qt\5.11\msvc2015_64
|
# MYQTDIR: C:\Qt\5.11\msvc2015_64
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- ECHO Building %configuration% %platform% with MSVC %VisualStudioVersion% using %PlatformToolset% PlatformToolset
|
- ECHO Building %configuration% %platform% with MSVC %VisualStudioVersion% using %PlatformToolset% PlatformToolset
|
||||||
|
|
Loading…
Reference in New Issue