diff --git a/.appveyor.yml b/.appveyor.yml index 5ca48d45..40fd29e7 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -5,6 +5,10 @@ version: 1.0.{build} 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: - Debug @@ -13,7 +17,7 @@ configuration: platform: - Win32 -- Win64 +- x64 image: @@ -45,10 +49,10 @@ matrix: # allow_failures: exclude: - - platform: Win64 - configuration: Debug - - platform: Win64 - configuration: Release +# - platform: x64 +# configuration: Debug +# - platform: x64 +# configuration: Release - image: Visual Studio 2010 - image: Visual Studio 2017