parent
9b9b9994c2
commit
b9e5cd2f90
|
|
@ -5,6 +5,10 @@
|
||||||
version: 1.0.{build}
|
version: 1.0.{build}
|
||||||
clone_depth: 3
|
clone_depth: 3
|
||||||
|
|
||||||
|
# Remote debugging through RDP
|
||||||
|
# init:
|
||||||
|
# - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
|
||||||
|
|
||||||
configuration:
|
configuration:
|
||||||
|
|
||||||
- Debug
|
- Debug
|
||||||
|
|
@ -13,7 +17,7 @@ configuration:
|
||||||
platform:
|
platform:
|
||||||
|
|
||||||
- Win32
|
- Win32
|
||||||
- Win64
|
- x64
|
||||||
|
|
||||||
image:
|
image:
|
||||||
|
|
||||||
|
|
@ -45,10 +49,10 @@ matrix:
|
||||||
# allow_failures:
|
# allow_failures:
|
||||||
|
|
||||||
exclude:
|
exclude:
|
||||||
- platform: Win64
|
# - platform: x64
|
||||||
configuration: Debug
|
# configuration: Debug
|
||||||
- platform: Win64
|
# - platform: x64
|
||||||
configuration: Release
|
# configuration: Release
|
||||||
- image: Visual Studio 2010
|
- image: Visual Studio 2010
|
||||||
- image: Visual Studio 2017
|
- image: Visual Studio 2017
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue